@codingame/monaco-vscode-language-pack-tr 5.3.0 → 6.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-tr",
3
- "version": "5.3.0",
3
+ "version": "6.0.0",
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@5.3.0"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@6.0.0"
22
22
  }
23
23
  }
@@ -81,12 +81,15 @@
81
81
  "Open config file": "Yapılandırma dosyasını açma",
82
82
  "Organize Imports": "İçeri Aktarmaları Düzenle",
83
83
  "Partial Mode": "Kısmi Mod",
84
+ "Paste with imports": "İçeri aktarmalarla yapıştır",
84
85
  "Please open a folder in VS Code to use a TypeScript or JavaScript project": "TypeScript veya JavaScript projesi kullanmak için lütfen VS Code'da bir klasör açın",
86
+ "Please report an issue against Yarn PnP": "Lütfen sorunu Yarn PnP’ye bildirin",
85
87
  "Please update your TypeScript version": "Lütfen TypeScript sürümünüzü güncelleştirin",
86
88
  "Project Wide IntelliSense not available": "Project Wide IntelliSense kullanılamıyor",
87
89
  "Remove Unused Imports": "Kullanılmayan İçeri Aktarmaları Kaldır",
88
90
  "Remove all unused code": "Tüm kullanılmayan kodları kaldır",
89
91
  "Report Issue": "Sorun Raporla",
92
+ "Report issue against Yarn PnP": "Sorunu Yarn PnP’ye bildir",
90
93
  "Select Version": "Sürüm Seçin",
91
94
  "Select code action to apply": "Uygulanacak kod eylemini seçin",
92
95
  "Select existing file...": "Mevcut dosyayı seçin...",
@@ -107,6 +110,7 @@
107
110
  "The current selection cannot be extracted": "Geçerli seçim ayıklanamıyor",
108
111
  "The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "{0} yolu, TS Sunucusunu çalıştırmak için geçerli bir Node kurulumuna işaret etmiyor. Paketlenmiş Node’a geri dönülüyor.",
109
112
  "The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "{0} yolu, geçerli bir tsserver yüklemesine işaret etmiyor. Paket grubu oluşturulmuş TypeScript sürümüne geri dönülüyor.",
113
+ "The workspace is using a version of the TypeScript Server that has been patched by Yarn PnP. This patching is a common source of bugs.": "Çalışma alanı, Yarn PnP tarafından düzeltme eki uygulanmış bir TypeScript Sunucusu sürümünü kullanıyor. Bu düzeltme eki uygulama yaygın bir hata kaynağıdır.",
110
114
  "The workspace is using an old version of TypeScript ({0}).\n\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "Çalışma alanı, TypeScript'in eski bir sürümünü ({0}) kullanıyor.\n\nBir sorun bildirmeden önce, lütfen hatanın çoktan düzeltilmediğinden emin olmak için TypeScript {1} veya daha yeni bir sürümü kullanmak üzere çalışma alanını güncelleştirin.",
111
115
  "This workspace contains a TypeScript version. Would you like to use the workspace TypeScript version for TypeScript and JavaScript language features?": "Bu çalışma alanı bir TypeScript sürümü içeriyor. TypeScript ve JavaScript dil özellikleri için çalışma alanı TypeScript sürümünü kullanmak istiyor musunuz?",
112
116
  "This workspace wants to use the Node installation at '{0}' to run TS Server. Would you like to use it?": "Bu çalışma alanı, TS Sunucusu '{0}' düğüm yüklemesini kullanmak istiyor. Kullanmak ister misiniz?",
@@ -212,6 +216,7 @@
212
216
  "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "Proje genelinde IntelliSense etkinleştirildiğinde bile webde semantik hataları gizler. Proje genelinde IntelliSense etkinleştirilmediğinde veya kullanılabilir olduğunda bu her zaman açıktır. Bkz. `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
213
217
  "configuration.tsserver.web.typeAcquisition.enabled": "Web'de paket alımını etkinleştirin/devre dışı bırakın. Bu, içeri aktarılan paketler için IntelliSense'i etkinleştirir. `#typescript.tsserver.web.projectWideIntellisense.enabled#` gerektirir. Şu anda Safari için desteklenmiyor.",
214
218
  "configuration.typescript": "TypeScript",
219
+ "configuration.updateImportsOnPaste": "Kodu yapıştırırken içeri aktarmaları otomatik olarak güncelleştirin. TypeScript 5.5+ gerektirir.",
215
220
  "description": "JavaScript ve TypeScript için zengin dil desteği sağlar.",
216
221
  "displayName": "TypeScript ve JavaScript Dil Özellikleri",
217
222
  "format.indentSwitchCase": "Geçiş deyimlerinde durum yan tümcelerini girintileyin. Çalışma alanında TypeScript 5.1+ kullanılması gerekir.",