microsoft/vscode-loc
Publicmirrored fromhttps://github.com/microsoft/vscode-locAvailable
i18n/vscode-language-pack-it/package.json
388lines · modecode
| 1 | { |
| 2 | "name": "vscode-language-pack-it", |
| 3 | "displayName": "Italian Language Pack for Visual Studio Code", |
| 4 | "description": "Language pack extension for Italian", |
| 5 | "version": "1.87.0", |
| 6 | "publisher": "MS-CEINTL", |
| 7 | "repository": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/Microsoft/vscode-loc" |
| 10 | }, |
| 11 | "license": "SEE MIT LICENSE IN LICENSE.md", |
| 12 | "engines": { |
| 13 | "vscode": "^1.87.0" |
| 14 | }, |
| 15 | "icon": "languagepack.png", |
| 16 | "categories": [ |
| 17 | "Language Packs" |
| 18 | ], |
| 19 | "keywords": [ |
| 20 | "italiano" |
| 21 | ], |
| 22 | "contributes": { |
| 23 | "localizations": [ |
| 24 | { |
| 25 | "languageId": "it", |
| 26 | "languageName": "Italian", |
| 27 | "localizedLanguageName": "italiano", |
| 28 | "translations": [ |
| 29 | { |
| 30 | "id": "vscode", |
| 31 | "path": "./translations/main.i18n.json" |
| 32 | }, |
| 33 | { |
| 34 | "id": "ms-vscode.js-debug", |
| 35 | "path": "./translations/extensions/ms-vscode.js-debug.i18n.json" |
| 36 | }, |
| 37 | { |
| 38 | "id": "vscode.bat", |
| 39 | "path": "./translations/extensions/vscode.bat.i18n.json" |
| 40 | }, |
| 41 | { |
| 42 | "id": "vscode.builtin-notebook-renderers", |
| 43 | "path": "./translations/extensions/vscode.builtin-notebook-renderers.i18n.json" |
| 44 | }, |
| 45 | { |
| 46 | "id": "vscode.clojure", |
| 47 | "path": "./translations/extensions/vscode.clojure.i18n.json" |
| 48 | }, |
| 49 | { |
| 50 | "id": "vscode.coffeescript", |
| 51 | "path": "./translations/extensions/vscode.coffeescript.i18n.json" |
| 52 | }, |
| 53 | { |
| 54 | "id": "vscode.configuration-editing", |
| 55 | "path": "./translations/extensions/vscode.configuration-editing.i18n.json" |
| 56 | }, |
| 57 | { |
| 58 | "id": "vscode.cpp", |
| 59 | "path": "./translations/extensions/vscode.cpp.i18n.json" |
| 60 | }, |
| 61 | { |
| 62 | "id": "vscode.csharp", |
| 63 | "path": "./translations/extensions/vscode.csharp.i18n.json" |
| 64 | }, |
| 65 | { |
| 66 | "id": "vscode.css-language-features", |
| 67 | "path": "./translations/extensions/vscode.css-language-features.i18n.json" |
| 68 | }, |
| 69 | { |
| 70 | "id": "vscode.css", |
| 71 | "path": "./translations/extensions/vscode.css.i18n.json" |
| 72 | }, |
| 73 | { |
| 74 | "id": "vscode.dart", |
| 75 | "path": "./translations/extensions/vscode.dart.i18n.json" |
| 76 | }, |
| 77 | { |
| 78 | "id": "vscode.debug-auto-launch", |
| 79 | "path": "./translations/extensions/vscode.debug-auto-launch.i18n.json" |
| 80 | }, |
| 81 | { |
| 82 | "id": "vscode.debug-server-ready", |
| 83 | "path": "./translations/extensions/vscode.debug-server-ready.i18n.json" |
| 84 | }, |
| 85 | { |
| 86 | "id": "vscode.diff", |
| 87 | "path": "./translations/extensions/vscode.diff.i18n.json" |
| 88 | }, |
| 89 | { |
| 90 | "id": "vscode.docker", |
| 91 | "path": "./translations/extensions/vscode.docker.i18n.json" |
| 92 | }, |
| 93 | { |
| 94 | "id": "vscode.emmet", |
| 95 | "path": "./translations/extensions/vscode.emmet.i18n.json" |
| 96 | }, |
| 97 | { |
| 98 | "id": "vscode.extension-editing", |
| 99 | "path": "./translations/extensions/vscode.extension-editing.i18n.json" |
| 100 | }, |
| 101 | { |
| 102 | "id": "vscode.fsharp", |
| 103 | "path": "./translations/extensions/vscode.fsharp.i18n.json" |
| 104 | }, |
| 105 | { |
| 106 | "id": "vscode.git-base", |
| 107 | "path": "./translations/extensions/vscode.git-base.i18n.json" |
| 108 | }, |
| 109 | { |
| 110 | "id": "vscode.git", |
| 111 | "path": "./translations/extensions/vscode.git.i18n.json" |
| 112 | }, |
| 113 | { |
| 114 | "id": "vscode.github-authentication", |
| 115 | "path": "./translations/extensions/vscode.github-authentication.i18n.json" |
| 116 | }, |
| 117 | { |
| 118 | "id": "vscode.github", |
| 119 | "path": "./translations/extensions/vscode.github.i18n.json" |
| 120 | }, |
| 121 | { |
| 122 | "id": "vscode.go", |
| 123 | "path": "./translations/extensions/vscode.go.i18n.json" |
| 124 | }, |
| 125 | { |
| 126 | "id": "vscode.groovy", |
| 127 | "path": "./translations/extensions/vscode.groovy.i18n.json" |
| 128 | }, |
| 129 | { |
| 130 | "id": "vscode.grunt", |
| 131 | "path": "./translations/extensions/vscode.grunt.i18n.json" |
| 132 | }, |
| 133 | { |
| 134 | "id": "vscode.gulp", |
| 135 | "path": "./translations/extensions/vscode.gulp.i18n.json" |
| 136 | }, |
| 137 | { |
| 138 | "id": "vscode.handlebars", |
| 139 | "path": "./translations/extensions/vscode.handlebars.i18n.json" |
| 140 | }, |
| 141 | { |
| 142 | "id": "vscode.hlsl", |
| 143 | "path": "./translations/extensions/vscode.hlsl.i18n.json" |
| 144 | }, |
| 145 | { |
| 146 | "id": "vscode.html-language-features", |
| 147 | "path": "./translations/extensions/vscode.html-language-features.i18n.json" |
| 148 | }, |
| 149 | { |
| 150 | "id": "vscode.html", |
| 151 | "path": "./translations/extensions/vscode.html.i18n.json" |
| 152 | }, |
| 153 | { |
| 154 | "id": "vscode.ini", |
| 155 | "path": "./translations/extensions/vscode.ini.i18n.json" |
| 156 | }, |
| 157 | { |
| 158 | "id": "vscode.ipynb", |
| 159 | "path": "./translations/extensions/vscode.ipynb.i18n.json" |
| 160 | }, |
| 161 | { |
| 162 | "id": "vscode.jake", |
| 163 | "path": "./translations/extensions/vscode.jake.i18n.json" |
| 164 | }, |
| 165 | { |
| 166 | "id": "vscode.java", |
| 167 | "path": "./translations/extensions/vscode.java.i18n.json" |
| 168 | }, |
| 169 | { |
| 170 | "id": "vscode.javascript", |
| 171 | "path": "./translations/extensions/vscode.javascript.i18n.json" |
| 172 | }, |
| 173 | { |
| 174 | "id": "vscode.json-language-features", |
| 175 | "path": "./translations/extensions/vscode.json-language-features.i18n.json" |
| 176 | }, |
| 177 | { |
| 178 | "id": "vscode.json", |
| 179 | "path": "./translations/extensions/vscode.json.i18n.json" |
| 180 | }, |
| 181 | { |
| 182 | "id": "vscode.julia", |
| 183 | "path": "./translations/extensions/vscode.julia.i18n.json" |
| 184 | }, |
| 185 | { |
| 186 | "id": "vscode.latex", |
| 187 | "path": "./translations/extensions/vscode.latex.i18n.json" |
| 188 | }, |
| 189 | { |
| 190 | "id": "vscode.less", |
| 191 | "path": "./translations/extensions/vscode.less.i18n.json" |
| 192 | }, |
| 193 | { |
| 194 | "id": "vscode.log", |
| 195 | "path": "./translations/extensions/vscode.log.i18n.json" |
| 196 | }, |
| 197 | { |
| 198 | "id": "vscode.lua", |
| 199 | "path": "./translations/extensions/vscode.lua.i18n.json" |
| 200 | }, |
| 201 | { |
| 202 | "id": "vscode.make", |
| 203 | "path": "./translations/extensions/vscode.make.i18n.json" |
| 204 | }, |
| 205 | { |
| 206 | "id": "vscode.markdown-language-features", |
| 207 | "path": "./translations/extensions/vscode.markdown-language-features.i18n.json" |
| 208 | }, |
| 209 | { |
| 210 | "id": "vscode.markdown-math", |
| 211 | "path": "./translations/extensions/vscode.markdown-math.i18n.json" |
| 212 | }, |
| 213 | { |
| 214 | "id": "vscode.markdown", |
| 215 | "path": "./translations/extensions/vscode.markdown.i18n.json" |
| 216 | }, |
| 217 | { |
| 218 | "id": "vscode.media-preview", |
| 219 | "path": "./translations/extensions/vscode.media-preview.i18n.json" |
| 220 | }, |
| 221 | { |
| 222 | "id": "vscode.merge-conflict", |
| 223 | "path": "./translations/extensions/vscode.merge-conflict.i18n.json" |
| 224 | }, |
| 225 | { |
| 226 | "id": "vscode.microsoft-authentication", |
| 227 | "path": "./translations/extensions/vscode.microsoft-authentication.i18n.json" |
| 228 | }, |
| 229 | { |
| 230 | "id": "vscode.npm", |
| 231 | "path": "./translations/extensions/vscode.npm.i18n.json" |
| 232 | }, |
| 233 | { |
| 234 | "id": "vscode.objective-c", |
| 235 | "path": "./translations/extensions/vscode.objective-c.i18n.json" |
| 236 | }, |
| 237 | { |
| 238 | "id": "vscode.perl", |
| 239 | "path": "./translations/extensions/vscode.perl.i18n.json" |
| 240 | }, |
| 241 | { |
| 242 | "id": "vscode.php-language-features", |
| 243 | "path": "./translations/extensions/vscode.php-language-features.i18n.json" |
| 244 | }, |
| 245 | { |
| 246 | "id": "vscode.php", |
| 247 | "path": "./translations/extensions/vscode.php.i18n.json" |
| 248 | }, |
| 249 | { |
| 250 | "id": "vscode.powershell", |
| 251 | "path": "./translations/extensions/vscode.powershell.i18n.json" |
| 252 | }, |
| 253 | { |
| 254 | "id": "vscode.pug", |
| 255 | "path": "./translations/extensions/vscode.pug.i18n.json" |
| 256 | }, |
| 257 | { |
| 258 | "id": "vscode.python", |
| 259 | "path": "./translations/extensions/vscode.python.i18n.json" |
| 260 | }, |
| 261 | { |
| 262 | "id": "vscode.r", |
| 263 | "path": "./translations/extensions/vscode.r.i18n.json" |
| 264 | }, |
| 265 | { |
| 266 | "id": "vscode.razor", |
| 267 | "path": "./translations/extensions/vscode.razor.i18n.json" |
| 268 | }, |
| 269 | { |
| 270 | "id": "vscode.references-view", |
| 271 | "path": "./translations/extensions/vscode.references-view.i18n.json" |
| 272 | }, |
| 273 | { |
| 274 | "id": "vscode.restructuredtext", |
| 275 | "path": "./translations/extensions/vscode.restructuredtext.i18n.json" |
| 276 | }, |
| 277 | { |
| 278 | "id": "vscode.ruby", |
| 279 | "path": "./translations/extensions/vscode.ruby.i18n.json" |
| 280 | }, |
| 281 | { |
| 282 | "id": "vscode.rust", |
| 283 | "path": "./translations/extensions/vscode.rust.i18n.json" |
| 284 | }, |
| 285 | { |
| 286 | "id": "vscode.scss", |
| 287 | "path": "./translations/extensions/vscode.scss.i18n.json" |
| 288 | }, |
| 289 | { |
| 290 | "id": "vscode.search-result", |
| 291 | "path": "./translations/extensions/vscode.search-result.i18n.json" |
| 292 | }, |
| 293 | { |
| 294 | "id": "vscode.shaderlab", |
| 295 | "path": "./translations/extensions/vscode.shaderlab.i18n.json" |
| 296 | }, |
| 297 | { |
| 298 | "id": "vscode.shellscript", |
| 299 | "path": "./translations/extensions/vscode.shellscript.i18n.json" |
| 300 | }, |
| 301 | { |
| 302 | "id": "vscode.simple-browser", |
| 303 | "path": "./translations/extensions/vscode.simple-browser.i18n.json" |
| 304 | }, |
| 305 | { |
| 306 | "id": "vscode.sql", |
| 307 | "path": "./translations/extensions/vscode.sql.i18n.json" |
| 308 | }, |
| 309 | { |
| 310 | "id": "vscode.swift", |
| 311 | "path": "./translations/extensions/vscode.swift.i18n.json" |
| 312 | }, |
| 313 | { |
| 314 | "id": "vscode.theme-abyss", |
| 315 | "path": "./translations/extensions/vscode.theme-abyss.i18n.json" |
| 316 | }, |
| 317 | { |
| 318 | "id": "vscode.theme-defaults", |
| 319 | "path": "./translations/extensions/vscode.theme-defaults.i18n.json" |
| 320 | }, |
| 321 | { |
| 322 | "id": "vscode.theme-kimbie-dark", |
| 323 | "path": "./translations/extensions/vscode.theme-kimbie-dark.i18n.json" |
| 324 | }, |
| 325 | { |
| 326 | "id": "vscode.theme-monokai-dimmed", |
| 327 | "path": "./translations/extensions/vscode.theme-monokai-dimmed.i18n.json" |
| 328 | }, |
| 329 | { |
| 330 | "id": "vscode.theme-monokai", |
| 331 | "path": "./translations/extensions/vscode.theme-monokai.i18n.json" |
| 332 | }, |
| 333 | { |
| 334 | "id": "vscode.theme-quietlight", |
| 335 | "path": "./translations/extensions/vscode.theme-quietlight.i18n.json" |
| 336 | }, |
| 337 | { |
| 338 | "id": "vscode.theme-red", |
| 339 | "path": "./translations/extensions/vscode.theme-red.i18n.json" |
| 340 | }, |
| 341 | { |
| 342 | "id": "vscode.theme-solarized-dark", |
| 343 | "path": "./translations/extensions/vscode.theme-solarized-dark.i18n.json" |
| 344 | }, |
| 345 | { |
| 346 | "id": "vscode.theme-solarized-light", |
| 347 | "path": "./translations/extensions/vscode.theme-solarized-light.i18n.json" |
| 348 | }, |
| 349 | { |
| 350 | "id": "vscode.theme-tomorrow-night-blue", |
| 351 | "path": "./translations/extensions/vscode.theme-tomorrow-night-blue.i18n.json" |
| 352 | }, |
| 353 | { |
| 354 | "id": "vscode.tunnel-forwarding", |
| 355 | "path": "./translations/extensions/vscode.tunnel-forwarding.i18n.json" |
| 356 | }, |
| 357 | { |
| 358 | "id": "vscode.typescript-language-features", |
| 359 | "path": "./translations/extensions/vscode.typescript-language-features.i18n.json" |
| 360 | }, |
| 361 | { |
| 362 | "id": "vscode.typescript", |
| 363 | "path": "./translations/extensions/vscode.typescript.i18n.json" |
| 364 | }, |
| 365 | { |
| 366 | "id": "vscode.vb", |
| 367 | "path": "./translations/extensions/vscode.vb.i18n.json" |
| 368 | }, |
| 369 | { |
| 370 | "id": "vscode.vscode-theme-seti", |
| 371 | "path": "./translations/extensions/vscode.vscode-theme-seti.i18n.json" |
| 372 | }, |
| 373 | { |
| 374 | "id": "vscode.xml", |
| 375 | "path": "./translations/extensions/vscode.xml.i18n.json" |
| 376 | }, |
| 377 | { |
| 378 | "id": "vscode.yaml", |
| 379 | "path": "./translations/extensions/vscode.yaml.i18n.json" |
| 380 | } |
| 381 | ] |
| 382 | } |
| 383 | ] |
| 384 | }, |
| 385 | "scripts": { |
| 386 | "update": "cd ../vscode && npm run update-localization-extension it" |
| 387 | } |
| 388 | } |
| 389 | |