@codingame/monaco-vscode-language-pack-qps-ploc 1.83.3-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -0
- package/index.js +92 -0
- package/package.json +23 -0
- package/translations/extensions/ms-vscode.js-debug.i18n.json +418 -0
- package/translations/extensions/vscode.bat.i18n.json +16 -0
- package/translations/extensions/vscode.builtin-notebook-renderers.i18n.json +16 -0
- package/translations/extensions/vscode.clojure.i18n.json +16 -0
- package/translations/extensions/vscode.coffeescript.i18n.json +16 -0
- package/translations/extensions/vscode.configuration-editing.i18n.json +68 -0
- package/translations/extensions/vscode.cpp.i18n.json +16 -0
- package/translations/extensions/vscode.csharp.i18n.json +16 -0
- package/translations/extensions/vscode.css-language-features.i18n.json +365 -0
- package/translations/extensions/vscode.css.i18n.json +16 -0
- package/translations/extensions/vscode.dart.i18n.json +16 -0
- package/translations/extensions/vscode.debug-auto-launch.i18n.json +37 -0
- package/translations/extensions/vscode.debug-server-ready.i18n.json +30 -0
- package/translations/extensions/vscode.diff.i18n.json +16 -0
- package/translations/extensions/vscode.docker.i18n.json +16 -0
- package/translations/extensions/vscode.emmet.i18n.json +83 -0
- package/translations/extensions/vscode.extension-editing.i18n.json +33 -0
- package/translations/extensions/vscode.fsharp.i18n.json +16 -0
- package/translations/extensions/vscode.git-base.i18n.json +30 -0
- package/translations/extensions/vscode.git.i18n.json +606 -0
- package/translations/extensions/vscode.github-authentication.i18n.json +37 -0
- package/translations/extensions/vscode.github.i18n.json +58 -0
- package/translations/extensions/vscode.go.i18n.json +16 -0
- package/translations/extensions/vscode.groovy.i18n.json +16 -0
- package/translations/extensions/vscode.grunt.i18n.json +25 -0
- package/translations/extensions/vscode.gulp.i18n.json +24 -0
- package/translations/extensions/vscode.handlebars.i18n.json +16 -0
- package/translations/extensions/vscode.hlsl.i18n.json +16 -0
- package/translations/extensions/vscode.html-language-features.i18n.json +302 -0
- package/translations/extensions/vscode.html.i18n.json +16 -0
- package/translations/extensions/vscode.ini.i18n.json +16 -0
- package/translations/extensions/vscode.ipynb.i18n.json +26 -0
- package/translations/extensions/vscode.jake.i18n.json +24 -0
- package/translations/extensions/vscode.java.i18n.json +16 -0
- package/translations/extensions/vscode.javascript.i18n.json +16 -0
- package/translations/extensions/vscode.json-language-features.i18n.json +185 -0
- package/translations/extensions/vscode.json.i18n.json +16 -0
- package/translations/extensions/vscode.julia.i18n.json +16 -0
- package/translations/extensions/vscode.latex.i18n.json +16 -0
- package/translations/extensions/vscode.less.i18n.json +16 -0
- package/translations/extensions/vscode.log.i18n.json +16 -0
- package/translations/extensions/vscode.lua.i18n.json +16 -0
- package/translations/extensions/vscode.make.i18n.json +16 -0
- package/translations/extensions/vscode.markdown-language-features.i18n.json +150 -0
- package/translations/extensions/vscode.markdown-math.i18n.json +18 -0
- package/translations/extensions/vscode.markdown.i18n.json +16 -0
- package/translations/extensions/vscode.media-preview.i18n.json +40 -0
- package/translations/extensions/vscode.merge-conflict.i18n.json +49 -0
- package/translations/extensions/vscode.microsoft-authentication.i18n.json +40 -0
- package/translations/extensions/vscode.npm.i18n.json +122 -0
- package/translations/extensions/vscode.objective-c.i18n.json +16 -0
- package/translations/extensions/vscode.perl.i18n.json +16 -0
- package/translations/extensions/vscode.php-language-features.i18n.json +31 -0
- package/translations/extensions/vscode.php.i18n.json +16 -0
- package/translations/extensions/vscode.powershell.i18n.json +16 -0
- package/translations/extensions/vscode.pug.i18n.json +16 -0
- package/translations/extensions/vscode.python.i18n.json +16 -0
- package/translations/extensions/vscode.r.i18n.json +16 -0
- package/translations/extensions/vscode.razor.i18n.json +16 -0
- package/translations/extensions/vscode.references-view.i18n.json +61 -0
- package/translations/extensions/vscode.restructuredtext.i18n.json +16 -0
- package/translations/extensions/vscode.ruby.i18n.json +16 -0
- package/translations/extensions/vscode.rust.i18n.json +16 -0
- package/translations/extensions/vscode.scss.i18n.json +16 -0
- package/translations/extensions/vscode.search-result.i18n.json +16 -0
- package/translations/extensions/vscode.shaderlab.i18n.json +16 -0
- package/translations/extensions/vscode.shellscript.i18n.json +16 -0
- package/translations/extensions/vscode.simple-browser.i18n.json +28 -0
- package/translations/extensions/vscode.sql.i18n.json +16 -0
- package/translations/extensions/vscode.swift.i18n.json +16 -0
- package/translations/extensions/vscode.theme-abyss.i18n.json +17 -0
- package/translations/extensions/vscode.theme-defaults.i18n.json +25 -0
- package/translations/extensions/vscode.theme-kimbie-dark.i18n.json +17 -0
- package/translations/extensions/vscode.theme-monokai-dimmed.i18n.json +17 -0
- package/translations/extensions/vscode.theme-monokai.i18n.json +17 -0
- package/translations/extensions/vscode.theme-quietlight.i18n.json +17 -0
- package/translations/extensions/vscode.theme-red.i18n.json +17 -0
- package/translations/extensions/vscode.theme-solarized-dark.i18n.json +17 -0
- package/translations/extensions/vscode.theme-solarized-light.i18n.json +17 -0
- package/translations/extensions/vscode.theme-tomorrow-night-blue.i18n.json +17 -0
- package/translations/extensions/vscode.tunnel-forwarding.i18n.json +27 -0
- package/translations/extensions/vscode.typescript-language-features.i18n.json +350 -0
- package/translations/extensions/vscode.typescript.i18n.json +16 -0
- package/translations/extensions/vscode.vb.i18n.json +16 -0
- package/translations/extensions/vscode.vscode-theme-seti.i18n.json +17 -0
- package/translations/extensions/vscode.xml.i18n.json +16 -0
- package/translations/extensions/vscode.yaml.i18n.json +16 -0
- package/translations/main.i18n.json.js +13020 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"": [
|
|
3
|
+
"--------------------------------------------------------------------------------------------",
|
|
4
|
+
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
5
|
+
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
6
|
+
"--------------------------------------------------------------------------------------------",
|
|
7
|
+
"Do not edit this file. It is machine generated."
|
|
8
|
+
],
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"contents": {
|
|
11
|
+
"package": {
|
|
12
|
+
"description": "Prøvïðës sÿñtæx hïghlïghtïñg & þræçkët mætçhïñg ïñ Ðært fïlës.",
|
|
13
|
+
"displayName": "Ðært £æñgµægë ßæsïçs"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"": [
|
|
3
|
+
"--------------------------------------------------------------------------------------------",
|
|
4
|
+
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
5
|
+
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
6
|
+
"--------------------------------------------------------------------------------------------",
|
|
7
|
+
"Do not edit this file. It is machine generated."
|
|
8
|
+
],
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"contents": {
|
|
11
|
+
"bundle": {
|
|
12
|
+
"Always": "Ælwæÿs",
|
|
13
|
+
"Auto Attach: Always": "Ƶtø Ættæçh: Ælwæÿs",
|
|
14
|
+
"Auto Attach: Disabled": "Ƶtø Ættæçh: Ðïsæþlëð",
|
|
15
|
+
"Auto Attach: Smart": "Ƶtø Ættæçh: §mært",
|
|
16
|
+
"Auto Attach: With Flag": "Ƶtø Ættæçh: Wïth Flæg",
|
|
17
|
+
"Auto attach is disabled and not shown in status bar": "Ƶtø ættæçh ïs ðïsæþlëð æñð ñøt shøwñ ïñ stætµs þær",
|
|
18
|
+
"Auto attach to every Node.js process launched in the terminal": "Ƶtø ættæçh tø ëvërÿ Ñøðë.js prøçëss læµñçhëð ïñ thë tërmïñæl",
|
|
19
|
+
"Auto attach when running scripts that aren't in a node_modules folder": "Ƶtø ættæçh whëñ rµññïñg sçrïpts thæt ærëñ't ïñ æ ñøðë_møðµlës følðër",
|
|
20
|
+
"Automatically attach to node.js processes in debug mode": "Ƶtømætïçællÿ ættæçh tø ñøðë.js prøçëssës ïñ ðëþµg møðë",
|
|
21
|
+
"Debug Auto Attach": "Ðëþµg Ƶtø Ættæçh",
|
|
22
|
+
"Disabled": "Ðïsæþlëð",
|
|
23
|
+
"Only With Flag": "Øñlÿ Wïth Flæg",
|
|
24
|
+
"Only auto attach when the `--inspect` flag is given": "Øñlÿ æµtø ættæçh whëñ thë `--ïñspëçt` flæg ïs gïvëñ",
|
|
25
|
+
"Re-enable auto attach": "Rë-ëñæþlë æµtø ættæçh",
|
|
26
|
+
"Smart": "§mært",
|
|
27
|
+
"Temporarily disable auto attach in this session": "Tëmpørærïlÿ ðïsæþlë æµtø ættæçh ïñ thïs sëssïøñ",
|
|
28
|
+
"Toggle auto attach in this workspace": "Tøgglë æµtø ættæçh ïñ thïs wørkspæçë",
|
|
29
|
+
"Toggle auto attach on this machine": "Tøgglë æµtø ættæçh øñ thïs mæçhïñë"
|
|
30
|
+
},
|
|
31
|
+
"package": {
|
|
32
|
+
"description": "Hëlpër før æµtø-ættæçh fëætµrë whëñ ñøðë-ðëþµg ëxtëñsïøñs ærë ñøt æçtïvë.",
|
|
33
|
+
"displayName": "Ñøðë Ðëþµg Ƶtø-ættæçh",
|
|
34
|
+
"toggle.auto.attach": "Tøgglë Æµtø Ættæçh"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"": [
|
|
3
|
+
"--------------------------------------------------------------------------------------------",
|
|
4
|
+
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
5
|
+
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
6
|
+
"--------------------------------------------------------------------------------------------",
|
|
7
|
+
"Do not edit this file. It is machine generated."
|
|
8
|
+
],
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"contents": {
|
|
11
|
+
"bundle": {
|
|
12
|
+
"Format uri ('{0}') must contain exactly one substitution placeholder.": "Førmæt µrï ('{0}') mµst çøñtæïñ ëxæçtlÿ øñë sµþstïtµtïøñ plæçëhølðër.",
|
|
13
|
+
"Format uri ('{0}') uses a substitution placeholder but pattern did not capture anything.": "Førmæt µrï ('{0}') µsës æ sµþstïtµtïøñ plæçëhølðër þµt pættërñ ðïð ñøt çæptµrë æñÿthïñg."
|
|
14
|
+
},
|
|
15
|
+
"package": {
|
|
16
|
+
"debug.server.ready.action.debugWithChrome.description": "§tært ðëþµggïñg wïth thë 'Ðëþµggër før Çhrømë'.",
|
|
17
|
+
"debug.server.ready.action.description": "Whæt tø ðø wïth thë ÜRÏ whëñ thë sërvër ïs rëæðÿ.",
|
|
18
|
+
"debug.server.ready.action.openExternally.description": "Øpëñ ÜRÏ ëxtërñællÿ wïth thë ðëfæµlt æpplïçætïøñ.",
|
|
19
|
+
"debug.server.ready.action.startDebugging.description": "Rµñ æñøthër læµñçh çøñfïgµrætïøñ.",
|
|
20
|
+
"debug.server.ready.debugConfigName.description": "Ñæmë øf thë læµñçh çøñfïgµrætïøñ tø rµñ.",
|
|
21
|
+
"debug.server.ready.killOnServerStop.description": "§tøp thë çhïlð sëssïøñ whëñ thë pærëñt sëssïøñ støppëð.",
|
|
22
|
+
"debug.server.ready.pattern.description": "§ërvër ïs rëæðÿ ïf thïs pættërñ æppëærs øñ thë ðëþµg çøñsølë. Thë fïrst çæptµrë grøµp mµst ïñçlµðë æ ÜRÏ ør æ pørt ñµmþër.",
|
|
23
|
+
"debug.server.ready.serverReadyAction.description": "Æçt µpøñ æ ÜRÏ whëñ æ sërvër prøgræm µñðër ðëþµggïñg ïs rëæðÿ (ïñðïçætëð þÿ sëñðïñg øµtpµt øf thë førm 'lïstëñïñg øñ pørt 3000' ør 'Ñøw lïstëñïñg øñ: https://løçælhøst:5001' tø thë ðëþµg çøñsølë.)",
|
|
24
|
+
"debug.server.ready.uriFormat.description": "Æ førmæt strïñg µsëð whëñ çøñstrµçtïñg thë ÜRÏ frøm æ pørt ñµmþër. Thë fïrst '%s' ïs sµþstïtµtëð wïth thë pørt ñµmþër.",
|
|
25
|
+
"debug.server.ready.webRoot.description": "Vælµë pæssëð tø thë ðëþµg çøñfïgµrætïøñ før thë 'Ðëþµggër før Çhrømë'.",
|
|
26
|
+
"description": "Øpëñ ÜRÏ ïñ þrøwsër ïf sërvër µñðër ðëþµggïñg ïs rëæðÿ.",
|
|
27
|
+
"displayName": "§ërvër Rëæðÿ Æçtïøñ"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"": [
|
|
3
|
+
"--------------------------------------------------------------------------------------------",
|
|
4
|
+
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
5
|
+
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
6
|
+
"--------------------------------------------------------------------------------------------",
|
|
7
|
+
"Do not edit this file. It is machine generated."
|
|
8
|
+
],
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"contents": {
|
|
11
|
+
"package": {
|
|
12
|
+
"description": "Prøvïðës sÿñtæx hïghlïghtïñg & þræçkët mætçhïñg ïñ Ðïff fïlës.",
|
|
13
|
+
"displayName": "Ðïff £æñgµægë ßæsïçs"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"": [
|
|
3
|
+
"--------------------------------------------------------------------------------------------",
|
|
4
|
+
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
5
|
+
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
6
|
+
"--------------------------------------------------------------------------------------------",
|
|
7
|
+
"Do not edit this file. It is machine generated."
|
|
8
|
+
],
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"contents": {
|
|
11
|
+
"package": {
|
|
12
|
+
"description": "Prøvïðës sÿñtæx hïghlïghtïñg æñð þræçkët mætçhïñg ïñ Ðøçkër fïlës.",
|
|
13
|
+
"displayName": "Ðøçkër £æñgµægë ßæsïçs"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
{
|
|
2
|
+
"": [
|
|
3
|
+
"--------------------------------------------------------------------------------------------",
|
|
4
|
+
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
5
|
+
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
6
|
+
"--------------------------------------------------------------------------------------------",
|
|
7
|
+
"Do not edit this file. It is machine generated."
|
|
8
|
+
],
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"contents": {
|
|
11
|
+
"bundle": {
|
|
12
|
+
"Emmet Abbreviation": "Ëmmët Æþþrëvïætïøñ",
|
|
13
|
+
"Enter Abbreviation": "Ëñtër Æþþrëvïætïøñ",
|
|
14
|
+
"Invalid emmet.variables field. See https://code.visualstudio.com/docs/editor/emmet#_emmet-configuration for a valid example.": "Ïñvælïð ëmmët.værïæþlës fïëlð. §ëë https://çøðë.vïsµælstµðïø.çøm/ðøçs/ëðïtør/ëmmët#_ëmmët-çøñfïgµrætïøñ før æ vælïð ëxæmplë.",
|
|
15
|
+
"Invalid snippets file. See https://code.visualstudio.com/docs/editor/emmet#_using-custom-emmet-snippets for a valid example.": "Ïñvælïð sñïppëts fïlë. §ëë https://çøðë.vïsµælstµðïø.çøm/ðøçs/ëðïtør/ëmmët#_µsïñg-çµstøm-ëmmët-sñïppëts før æ vælïð ëxæmplë.",
|
|
16
|
+
"Invalid syntax profile. See https://code.visualstudio.com/docs/editor/emmet#_emmet-configuration for a valid example.": "Ïñvælïð sÿñtæx prøfïlë. §ëë https://çøðë.vïsµælstµðïø.çøm/ðøçs/ëðïtør/ëmmët#_ëmmët-çøñfïgµrætïøñ før æ vælïð ëxæmplë."
|
|
17
|
+
},
|
|
18
|
+
"package": {
|
|
19
|
+
"command.balanceIn": "ßælæñçë (ïñwærð)",
|
|
20
|
+
"command.balanceOut": "ßælæñçë (øµtwærð)",
|
|
21
|
+
"command.decrementNumberByOne": "Ðëçrëmëñt þÿ 1",
|
|
22
|
+
"command.decrementNumberByOneTenth": "Ðëçrëmëñt þÿ 0.1",
|
|
23
|
+
"command.decrementNumberByTen": "Ðëçrëmëñt þÿ 10",
|
|
24
|
+
"command.evaluateMathExpression": "Ëvælµætë Mæth Ëxprëssïøñ",
|
|
25
|
+
"command.incrementNumberByOne": "Ïñçrëmëñt þÿ 1",
|
|
26
|
+
"command.incrementNumberByOneTenth": "Ïñçrëmëñt þÿ 0.1",
|
|
27
|
+
"command.incrementNumberByTen": "Ïñçrëmëñt þÿ 10",
|
|
28
|
+
"command.matchTag": "Gø tø Mætçhïñg Pæïr",
|
|
29
|
+
"command.mergeLines": "Mërgë £ïñës",
|
|
30
|
+
"command.nextEditPoint": "Gø tø Ñëxt Ëðït Pøïñt",
|
|
31
|
+
"command.prevEditPoint": "Gø tø Prëvïøµs Ëðït Pøïñt",
|
|
32
|
+
"command.reflectCSSValue": "Rëflëçt ǧ§ Vælµë",
|
|
33
|
+
"command.removeTag": "Rëmøvë Tæg",
|
|
34
|
+
"command.selectNextItem": "§ëlëçt Ñëxt Ïtëm",
|
|
35
|
+
"command.selectPrevItem": "§ëlëçt Prëvïøµs Ïtëm",
|
|
36
|
+
"command.showEmmetCommands": "§høw Ëmmët Çømmæñðs",
|
|
37
|
+
"command.splitJoinTag": "§plït/Jøïñ Tæg",
|
|
38
|
+
"command.toggleComment": "Tøgglë Çømmëñt",
|
|
39
|
+
"command.updateImageSize": "Üpðætë Ïmægë §ïzë",
|
|
40
|
+
"command.updateTag": "Üpðætë Tæg",
|
|
41
|
+
"command.wrapWithAbbreviation": "Wræp wïth Æþþrëvïætïøñ",
|
|
42
|
+
"description": "Ëmmët sµppørt før V§ Çøðë",
|
|
43
|
+
"emmetExclude": "Æñ ærræÿ øf læñgµægës whërë Ëmmët æþþrëvïætïøñs shøµlð ñøt þë ëxpæñðëð.",
|
|
44
|
+
"emmetExtensionsPath": "Æñ ærræÿ øf pæths, whërë ëæçh pæth çæñ çøñtæïñ Ëmmët sÿñtæxPrøfïlës æñð/ør sñïppët fïlës.\r\nÏñ çæsë øf çøñflïçts, thë prøfïlës/sñïppëts øf lætër pæths wïll øvërrïðë thøsë øf ëærlïër pæths.\r\n§ëë https://çøðë.vïsµælstµðïø.çøm/ðøçs/ëðïtør/ëmmët før mørë ïñførmætïøñ æñð æñ ëxæmplë sñïppët fïlë.",
|
|
45
|
+
"emmetExtensionsPathItem": "Æ pæth çøñtæïñïñg Ëmmët sÿñtæxPrøfïlës æñð/ør sñïppëts.",
|
|
46
|
+
"emmetIncludeLanguages": "Ëñæþlë Ëmmët æþþrëvïætïøñs ïñ læñgµægës thæt ærë ñøt sµppørtëð þÿ ðëfæµlt. Æðð æ mæppïñg hërë þëtwëëñ thë læñgµægë æñð Ëmmët sµppørtëð læñgµægë.\r\n Før ëxæmplë: `{\"vµë-html\": \"html\", \"jævæsçrïpt\": \"jævæsçrïptrëæçt\"}`",
|
|
47
|
+
"emmetOptimizeStylesheetParsing": "Whëñ sët tø `fælsë`, thë whølë fïlë ïs pærsëð tø ðëtërmïñë ïf çµrrëñt pøsïtïøñ ïs vælïð før ëxpæñðïñg Ëmmët æþþrëvïætïøñs. Whëñ sët tø `trµë`, øñlÿ thë çøñtëñt ærøµñð thë çµrrëñt pøsïtïøñ ïñ ǧ§/§Ç§§/£ëss fïlës ïs pærsëð.",
|
|
48
|
+
"emmetPreferences": "Prëfërëñçës µsëð tø møðïfÿ þëhævïør øf sømë æçtïøñs æñð rësølvërs øf Ëmmët.",
|
|
49
|
+
"emmetPreferencesAllowCompactBoolean": "Ïf `trµë`, çømpæçt ñøtætïøñ øf þøølëæñ ættrïþµtës ærë prøðµçëð.",
|
|
50
|
+
"emmetPreferencesBemElementSeparator": "Ëlëmëñt sëpærætør µsëð før çlæssës whëñ µsïñg thë ßËM fïltër.",
|
|
51
|
+
"emmetPreferencesBemModifierSeparator": "Møðïfïër sëpærætør µsëð før çlæssës whëñ µsïñg thë ßËM fïltër.",
|
|
52
|
+
"emmetPreferencesCssAfter": "§ÿmþøl tø þë plæçëð æt thë ëñð øf ǧ§ prøpërtÿ whëñ ëxpæñðïñg ǧ§ æþþrëvïætïøñs.",
|
|
53
|
+
"emmetPreferencesCssBetween": "§ÿmþøl tø þë plæçëð æt thë þëtwëëñ ǧ§ prøpërtÿ æñð vælµë whëñ ëxpæñðïñg ǧ§ æþþrëvïætïøñs.",
|
|
54
|
+
"emmetPreferencesCssColorShort": "Ïf `trµë`, çølør vælµës lïkë `#f` wïll þë ëxpæñðëð tø `#fff` ïñstëæð øf `#ffffff`.",
|
|
55
|
+
"emmetPreferencesCssFuzzySearchMinScore": "Thë mïñïmµm sçørë (frøm 0 tø 1) thæt fµzzÿ-mætçhëð æþþrëvïætïøñ shøµlð æçhïëvë. £øwër vælµës mæÿ prøðµçë mæñÿ fælsë-pøsïtïvë mætçhës, hïghër vælµës mæÿ rëðµçë pøssïþlë mætçhës.",
|
|
56
|
+
"emmetPreferencesCssMozProperties": "Çømmæ sëpærætëð ǧ§ prøpërtïës thæt gët thë 'møz' vëñðør prëfïx whëñ µsëð ïñ Ëmmët æþþrëvïætïøñ thæt stærts wïth `-`. §ët tø ëmptÿ strïñg tø ælwæÿs ævøïð thë 'møz' prëfïx.",
|
|
57
|
+
"emmetPreferencesCssMsProperties": "Çømmæ sëpærætëð ǧ§ prøpërtïës thæt gët thë 'ms' vëñðør prëfïx whëñ µsëð ïñ Ëmmët æþþrëvïætïøñ thæt stærts wïth `-`. §ët tø ëmptÿ strïñg tø ælwæÿs ævøïð thë 'ms' prëfïx.",
|
|
58
|
+
"emmetPreferencesCssOProperties": "Çømmæ sëpærætëð ǧ§ prøpërtïës thæt gët thë 'ø' vëñðør prëfïx whëñ µsëð ïñ Ëmmët æþþrëvïætïøñ thæt stærts wïth `-`. §ët tø ëmptÿ strïñg tø ælwæÿs ævøïð thë 'ø' prëfïx.",
|
|
59
|
+
"emmetPreferencesCssWebkitProperties": "Çømmæ sëpærætëð ǧ§ prøpërtïës thæt gët thë 'wëþkït' vëñðør prëfïx whëñ µsëð ïñ Ëmmët æþþrëvïætïøñ thæt stærts wïth `-`. §ët tø ëmptÿ strïñg tø ælwæÿs ævøïð thë 'wëþkït' prëfïx.",
|
|
60
|
+
"emmetPreferencesFilterCommentAfter": "Æ ðëfïñïtïøñ øf çømmëñt thæt shøµlð þë plæçëð æftër mætçhëð ëlëmëñt whëñ çømmëñt fïltër ïs æpplïëð.",
|
|
61
|
+
"emmetPreferencesFilterCommentBefore": "Æ ðëfïñïtïøñ øf çømmëñt thæt shøµlð þë plæçëð þëførë mætçhëð ëlëmëñt whëñ çømmëñt fïltër ïs æpplïëð.",
|
|
62
|
+
"emmetPreferencesFilterCommentTrigger": "Æ çømmæ-sëpærætëð lïst øf ættrïþµtë ñæmës thæt shøµlð ëxïst ïñ thë æþþrëvïætïøñ før thë çømmëñt fïltër tø þë æpplïëð.",
|
|
63
|
+
"emmetPreferencesFloatUnit": "Ðëfæµlt µñït før fløæt vælµës.",
|
|
64
|
+
"emmetPreferencesFormatForceIndentTags": "Æñ ærræÿ øf tæg ñæmës thæt shøµlð ælwæÿs gët ïññër ïñðëñtætïøñ.",
|
|
65
|
+
"emmetPreferencesFormatNoIndentTags": "Æñ ærræÿ øf tæg ñæmës thæt shøµlð ñëvër gët ïññër ïñðëñtætïøñ.",
|
|
66
|
+
"emmetPreferencesIntUnit": "Ðëfæµlt µñït før ïñtëgër vælµës.",
|
|
67
|
+
"emmetPreferencesOutputInlineBreak": "Thë ñµmþër øf sïþlïñg ïñlïñë ëlëmëñts ñëëðëð før lïñë þrëæks tø þë plæçëð þëtwëëñ thøsë ëlëmëñts. Ïf `0`, ïñlïñë ëlëmëñts ærë ælwæÿs ëxpæñðëð øñtø æ sïñglë lïñë.",
|
|
68
|
+
"emmetPreferencesOutputReverseAttributes": "Ïf `trµë`, rëvërsës ættrïþµtë mërgïñg ðïrëçtïøñs whëñ rësølvïñg sñïppëts.",
|
|
69
|
+
"emmetPreferencesOutputSelfClosingStyle": "§tÿlë øf sëlf-çløsïñg tægs: html (`<þr>`), xml (`<þr/>`) ør xhtml (`<þr />`).",
|
|
70
|
+
"emmetPreferencesSassAfter": "§ÿmþøl tø þë plæçëð æt thë ëñð øf ǧ§ prøpërtÿ whëñ ëxpæñðïñg ǧ§ æþþrëvïætïøñs ïñ §æss fïlës.",
|
|
71
|
+
"emmetPreferencesSassBetween": "§ÿmþøl tø þë plæçëð æt thë þëtwëëñ ǧ§ prøpërtÿ æñð vælµë whëñ ëxpæñðïñg ǧ§ æþþrëvïætïøñs ïñ §æss fïlës.",
|
|
72
|
+
"emmetPreferencesStylusAfter": "§ÿmþøl tø þë plæçëð æt thë ëñð øf ǧ§ prøpërtÿ whëñ ëxpæñðïñg ǧ§ æþþrëvïætïøñs ïñ §tÿlµs fïlës.",
|
|
73
|
+
"emmetPreferencesStylusBetween": "§ÿmþøl tø þë plæçëð æt thë þëtwëëñ ǧ§ prøpërtÿ æñð vælµë whëñ ëxpæñðïñg ǧ§ æþþrëvïætïøñs ïñ §tÿlµs fïlës.",
|
|
74
|
+
"emmetShowAbbreviationSuggestions": "§høws pøssïþlë Ëmmët æþþrëvïætïøñs æs sµggëstïøñs. Ñøt æpplïçæþlë ïñ stÿlëshëëts ør whëñ ëmmët.shøwËxpæñðëðÆþþrëvïætïøñ ïs sët tø `\"ñëvër\"`.",
|
|
75
|
+
"emmetShowExpandedAbbreviation": "§høws ëxpæñðëð Ëmmët æþþrëvïætïøñs æs sµggëstïøñs.\r\nThë øptïøñ `\"ïñMærkµpÆñð§tÿlëshëëtFïlësØñlÿ\"` æpplïës tø html, hæml, jæðë, slïm, xml, xsl, çss, sçss, sæss, lëss æñð stÿlµs.\r\nThë øptïøñ `\"ælwæÿs\"` æpplïës tø æll pærts øf thë fïlë rëgærðlëss øf mærkµp/çss.",
|
|
76
|
+
"emmetShowSuggestionsAsSnippets": "Ïf `trµë`, thëñ Ëmmët sµggëstïøñs wïll shøw µp æs sñïppëts ælløwïñg ÿøµ tø ørðër thëm æs për `#ëðïtør.sñïppët§µggëstïøñs#` sëttïñg.",
|
|
77
|
+
"emmetSyntaxProfiles": "Ðëfïñë prøfïlë før spëçïfïëð sÿñtæx ør µsë ÿøµr øwñ prøfïlë wïth spëçïfïç rµlës.",
|
|
78
|
+
"emmetTriggerExpansionOnTab": "Whëñ ëñæþlëð, Ëmmët æþþrëvïætïøñs ærë ëxpæñðëð whëñ prëssïñg TÆß, ëvëñ whëñ çømplëtïøñs ðø ñøt shøw µp. Whëñ ðïsæþlëð, çømplëtïøñs thæt shøw µp çæñ stïll þë æççëptëð þÿ prëssïñg TÆß.",
|
|
79
|
+
"emmetUseInlineCompletions": "Ïf `trµë`, Ëmmët wïll µsë ïñlïñë çømplëtïøñs tø sµggëst ëxpæñsïøñs. Tø prëvëñt thë ñøñ-ïñlïñë çømplëtïøñ ïtëm prøvïðër frøm shøwïñg µp æs øftëñ whïlë thïs sëttïñg ïs `trµë`, tµrñ `#ëðïtør.qµïçk§µggëstïøñs#` tø `ïñlïñë` ør `øff` før thë `øthër` ïtëm.",
|
|
80
|
+
"emmetVariables": "Værïæþlës tø þë µsëð ïñ Ëmmët sñïppëts."
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"": [
|
|
3
|
+
"--------------------------------------------------------------------------------------------",
|
|
4
|
+
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
5
|
+
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
6
|
+
"--------------------------------------------------------------------------------------------",
|
|
7
|
+
"Do not edit this file. It is machine generated."
|
|
8
|
+
],
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"contents": {
|
|
11
|
+
"bundle": {
|
|
12
|
+
"Data URLs are not a valid image source.": "Ðætæ ÜR£s ærë ñøt æ vælïð ïmægë søµrçë.",
|
|
13
|
+
"Embedded SVGs are not a valid image source.": "Ëmþëððëð §VGs ærë ñøt æ vælïð ïmægë søµrçë.",
|
|
14
|
+
"Error parsing the when-clause:": "Ërrør pærsïñg thë whëñ-çlæµsë:",
|
|
15
|
+
"Images must use the HTTPS protocol.": "Ïmægës mµst µsë thë HTTP§ prøtøçøl.",
|
|
16
|
+
"Language specific editor settings": "£æñgµægë spëçïfïç ëðïtør sëttïñgs",
|
|
17
|
+
"Override editor settings for language": "Øvërrïðë ëðïtør sëttïñgs før læñgµægë",
|
|
18
|
+
"Relative badge URLs require a repository with HTTPS protocol to be specified in this package.json.": "Rëlætïvë þæðgë ÜR£s rëqµïrë æ rëpøsïtørÿ wïth HTTP§ prøtøçøl tø þë spëçïfïëð ïñ thïs pæçkægë.jsøñ.",
|
|
19
|
+
"Relative image URLs require a repository with HTTPS protocol to be specified in the package.json.": "Rëlætïvë ïmægë ÜR£s rëqµïrë æ rëpøsïtørÿ wïth HTTP§ prøtøçøl tø þë spëçïfïëð ïñ thë pæçkægë.jsøñ.",
|
|
20
|
+
"Remove activation event": "Rëmøvë æçtïvætïøñ ëvëñt",
|
|
21
|
+
"SVGs are not a valid image source.": "§VGs ærë ñøt æ vælïð ïmægë søµrçë.",
|
|
22
|
+
"This activation event can be removed as VS Code generates these automatically from your package.json contribution declarations.": "Thïs æçtïvætïøñ ëvëñt çæñ þë rëmøvëð æs V§ Çøðë gëñërætës thësë æµtømætïçællÿ frøm ÿøµr pæçkægë.jsøñ çøñtrïþµtïøñ ðëçlærætïøñs.",
|
|
23
|
+
"This activation event can be removed for extensions targeting engine version ^1.75 as VS Code will generate these automatically from your package.json contribution declarations.": "Thïs æçtïvætïøñ ëvëñt çæñ þë rëmøvëð før ëxtëñsïøñs tærgëtïñg ëñgïñë vërsïøñ ^1.75 æs V§ Çøðë wïll gëñërætë thësë æµtømætïçællÿ frøm ÿøµr pæçkægë.jsøñ çøñtrïþµtïøñ ðëçlærætïøñs.",
|
|
24
|
+
"This activation event cannot be explicitly listed by your extension.": "Thïs æçtïvætïøñ ëvëñt çæññøt þë ëxplïçïtlÿ lïstëð þÿ ÿøµr ëxtëñsïøñ.",
|
|
25
|
+
"This proposal cannot be used because for this extension the product defines a fixed set of API proposals. You can test your extension but before publishing you MUST reach out to the VS Code team.": "Thïs prøpøsæl çæññøt þë µsëð þëçæµsë før thïs ëxtëñsïøñ thë prøðµçt ðëfïñës æ fïxëð sët øf ÆPÏ prøpøsæls. Ýøµ çæñ tëst ÿøµr ëxtëñsïøñ þµt þëførë pµþlïshïñg ÿøµ MܧT rëæçh øµt tø thë V§ Çøðë tëæm.",
|
|
26
|
+
"Using '*' activation is usually a bad idea as it impacts performance.": "Üsïñg '*' æçtïvætïøñ ïs µsµællÿ æ þæð ïðëæ æs ït ïmpæçts përførmæñçë."
|
|
27
|
+
},
|
|
28
|
+
"package": {
|
|
29
|
+
"description": "Prøvïðës lïñtïñg çæpæþïlïtïës før æµthørïñg ëxtëñsïøñs.",
|
|
30
|
+
"displayName": "Ëxtëñsïøñ Ƶthørïñg"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"": [
|
|
3
|
+
"--------------------------------------------------------------------------------------------",
|
|
4
|
+
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
5
|
+
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
6
|
+
"--------------------------------------------------------------------------------------------",
|
|
7
|
+
"Do not edit this file. It is machine generated."
|
|
8
|
+
],
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"contents": {
|
|
11
|
+
"package": {
|
|
12
|
+
"description": "Prøvïðës sñïppëts, sÿñtæx hïghlïghtïñg, þræçkët mætçhïñg æñð følðïñg ïñ F# fïlës.",
|
|
13
|
+
"displayName": "F# £æñgµægë ßæsïçs"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"": [
|
|
3
|
+
"--------------------------------------------------------------------------------------------",
|
|
4
|
+
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
5
|
+
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
6
|
+
"--------------------------------------------------------------------------------------------",
|
|
7
|
+
"Do not edit this file. It is machine generated."
|
|
8
|
+
],
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"contents": {
|
|
11
|
+
"bundle": {
|
|
12
|
+
"Branch name": "ßræñçh ñæmë",
|
|
13
|
+
"Choose a URL to clone from.": "Çhøøsë æ ÜR£ tø çløñë frøm.",
|
|
14
|
+
"No remote repositories found.": "Ñø rëmøtë rëpøsïtørïës føµñð.",
|
|
15
|
+
"Provide repository URL": "Prøvïðë rëpøsïtørÿ ÜR£",
|
|
16
|
+
"Provide repository URL or pick a repository source.": "Prøvïðë rëpøsïtørÿ ÜR£ ør pïçk æ rëpøsïtørÿ søµrçë.",
|
|
17
|
+
"Repository name": "Rëpøsïtørÿ ñæmë",
|
|
18
|
+
"Repository name (type to search)": "Rëpøsïtørÿ ñæmë (tÿpë tø sëærçh)",
|
|
19
|
+
"URL": "ÜR£",
|
|
20
|
+
"recently opened": "rëçëñtlÿ øpëñëð",
|
|
21
|
+
"remote sources": "rëmøtë søµrçës",
|
|
22
|
+
"{0} Error: {1}": "{0} Ërrør: {1}"
|
|
23
|
+
},
|
|
24
|
+
"package": {
|
|
25
|
+
"command.api.getRemoteSources": "Gët Rëmøtë §øµrçës",
|
|
26
|
+
"description": "Gït stætïç çøñtrïþµtïøñs æñð pïçkërs.",
|
|
27
|
+
"displayName": "Gït ßæsë"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|