@codingame/monaco-vscode-language-pack-tr 8.0.2 → 8.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-tr",
3
- "version": "8.0.2",
3
+ "version": "8.0.4",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -18,6 +18,6 @@
18
18
  "module": "index.js",
19
19
  "types": "index.d.ts",
20
20
  "dependencies": {
21
- "vscode": "npm:@codingame/monaco-vscode-api@8.0.2"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@8.0.4"
22
22
  }
23
23
  }
@@ -246,7 +246,7 @@
246
246
  "javascript.format.enable": "Varsayılan JavaScript biçimlendiricisini etkinleştirin/devre dışı bırakın.",
247
247
  "javascript.goToProjectConfig.title": "Proje Yapılandırmasına Git (jsconfig / tsconfig)",
248
248
  "javascript.preferences.jsxAttributeCompletionStyle.auto": "Özellik türüne göre öznitelik adlarından sonra `={}` veya `=\"\"` ekleyin. Dize öznitelikleri için kullanılan tırnakların türünü denetlemek için bkz. `javascript.preferences.quoteStyle`.",
249
- "javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered. Presets are available in `#javascript.preferences.organizeImports.presets#`",
249
+ "javascript.preferences.organizeImports": "İçeri aktarmaların nasıl sıralanacağını denetleyen gelişmiş tercihler. Ön ayarlar `#javascript.preferences.organizeImports.presets#` içinde sağlanır",
250
250
  "javascript.referencesCodeLens.enabled": "JavaScript dosyalarında CodeLens başvurularını etkinleştirin/devre dışı bırakın.",
251
251
  "javascript.referencesCodeLens.showOnAllFunctions": "JavaScript dosyalarındaki tüm işlevlerde CodeLens başvurularını etkinleştirin/devre dışı bırakın.",
252
252
  "javascript.suggestionActions.enabled": "Düzenleyicideki JavaScript dosyaları için öneri tanılamayı etkinleştirin/devre dışı bırakın.",
@@ -268,6 +268,7 @@
268
268
  "typescript.npm": "[Otomatik Tür Alımı](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition) için kullanılan npm yürütülebilir dosyasının yolunu belirtir.",
269
269
  "typescript.openTsServerLog.title": "TS Sunucusu günlüğünü aç",
270
270
  "typescript.preferences.autoImportFileExcludePatterns": "Otomatik içeri aktarmalardan dışlanacak dosyaların glob desenlerini belirt. Göreli yollar çalışma alanı köküne göre çözümlenir. Desenler, tsconfig.json ['exclude'](https://www.typescriptlang.org/tsconfig#exclude) kullanılarak değerlendirilir.",
271
+ "typescript.preferences.autoImportSpecifierExcludeRegexes": "Specify regular expressions to exclude auto imports with matching import specifiers. Examples:\r\n\r\n- `^node:`\r\n- `lib/internal` (slashes don't need to be escaped...)\r\n- `/lib\\/internal/i` (...unless including surrounding slashes for `i` or `u` flags)\r\n- `^lodash$` (only allow subpath imports from lodash)",
271
272
  "typescript.preferences.importModuleSpecifier": "Otomatik içeri aktarmalar için tercih edilen yol stili.",
272
273
  "typescript.preferences.importModuleSpecifier.nonRelative": "`jsconfig.json` / `tsconfig.json` içinde yapılandırılan ve `baseUrl` veya `paths` temelinde göreli olmayan içeri aktarmayı tercih eder.",
273
274
  "typescript.preferences.importModuleSpecifier.projectRelative": "Yalnızca göreli içe aktarma yolu paket veya proje dizininden ayrılacaksa, göreli olmayan bir içe aktarmayı tercih eder.",
@@ -287,20 +288,20 @@
287
288
  "typescript.preferences.jsxAttributeCompletionStyle.auto": "Özellik türüne göre öznitelik adlarından sonra `={}` veya `=\"\"` ekleyin. Dize öznitelikleri için kullanılan tırnakların türünü denetlemek için bkz. `typescript.preferences.quoteStyle`.",
288
289
  "typescript.preferences.jsxAttributeCompletionStyle.braces": "Öznitelik adlarına '={}' ekleyin.",
289
290
  "typescript.preferences.jsxAttributeCompletionStyle.none": "Yalnızca öznitelik adları ekleyin.",
290
- "typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered. Presets are available in `#typescript.preferences.organizeImports.presets#`",
291
- "typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character",
292
- "typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`",
293
- "typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting",
294
- "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively",
295
- "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively",
296
- "typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`",
297
- "typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value",
298
- "typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted",
299
- "typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list",
300
- "typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only",
301
- "typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list",
302
- "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point",
303
- "typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation",
291
+ "typescript.preferences.organizeImports": "İçeri aktarmaların nasıl sıralanacağını denetleyen gelişmiş tercihler. Ön ayarlar `#typescript.preferences.organizeImports.presets#` içinde sağlanır",
292
+ "typescript.preferences.organizeImports.accentCollation": "Aksanlı karakterleri taban karakterle eşit olmayacak şekilde karşılaştır",
293
+ "typescript.preferences.organizeImports.caseFirst": "Büyük harflerin küçük harflerden önce gelip gelmeyeceğini gösterir. Yalnızca `organizeImportsCollation: 'unicode'` için geçerlidir",
294
+ "typescript.preferences.organizeImports.caseSensitivity.auto": "İçeri aktarma sıralaması için büyük/küçük harf duyarlılığını algıla",
295
+ "typescript.preferences.organizeImports.caseSensitivity.insensitive": "İçeri aktarmaları büyük/küçük harfe duyarsız olarak sırala",
296
+ "typescript.preferences.organizeImports.caseSensitivity.sensitive": "İçeri aktarmaları büyük/küçük harfe duyarlı olarak sırala",
297
+ "typescript.preferences.organizeImports.locale": "Harmanlama için kullanılan yerel ayarı geçersiz kılar. UI yerel ayarlarını kullanmak için 'auto' değerini belirtin. Yalnızca `organizeImportsCollation: 'unicode'` için geçerlidir",
298
+ "typescript.preferences.organizeImports.numericCollation": "Sayısal dizeleri tamsayı değerine göre sırala",
299
+ "typescript.preferences.organizeImports.typeOrder.auto": "Yalnızca türü adlandırılmış içeri aktarmaların nerede sıralanacağı algıla",
300
+ "typescript.preferences.organizeImports.typeOrder.first": "Yalnızca türü adlandırılmış içeri aktarmalar, içeri aktarma listesinin sonuna sıralanır",
301
+ "typescript.preferences.organizeImports.typeOrder.inline": "Adlandırılmış içeri aktarmalar yalnızca ada göre sıralanır",
302
+ "typescript.preferences.organizeImports.typeOrder.last": "Yalnızca türü adlandırılmış içeri aktarmalar, içeri aktarma listesinin sonuna sıralanır",
303
+ "typescript.preferences.organizeImports.unicodeCollation.ordinal": "İçeri aktarmaları her kod noktasının sayısal değerini kullanarak sırala",
304
+ "typescript.preferences.organizeImports.unicodeCollation.unicode": "İçeri aktarmaları Unicode kod harmanlaması kullanarak sırala",
304
305
  "typescript.preferences.preferTypeOnlyAutoImports": "Mümkün olduğunda otomatik içeri aktarmalara 'type' anahtar sözcüğünü ekleyin. Çalışma alanında TypeScript 5.3+ kullanmayı gerektirir.",
305
306
  "typescript.preferences.quoteStyle": "Hızlı Düzeltmeler için tercih edilen alıntı stili.",
306
307
  "typescript.preferences.quoteStyle.auto": "Mevcut koddan tırnak işareti türünü çıkarsa",