@codingame/monaco-vscode-language-pack-tr 4.4.0 → 4.5.0-improve-code-splitting.1

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": "4.4.0",
3
+ "version": "4.5.0-improve-code-splitting.1",
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@4.4.0"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@4.5.0-improve-code-splitting.1"
22
22
  }
23
23
  }
@@ -38,8 +38,12 @@
38
38
  "The current opened file's extension": "Açılan dosyanın uzantısı",
39
39
  "The current selected line number in the active file": "Etkin dosyada seçili olan satır numarası",
40
40
  "The current selected text in the active file": "Etkin dosyada seçili olan metin",
41
+ "The file extension of the editor (e.g. txt)": "The file extension of the editor (e.g. txt)",
42
+ "The file name of the editor without its directory or extension (e.g. myFile)": "The file name of the editor without its directory or extension (e.g. myFile)",
41
43
  "The name of the default build task. If there is not a single default build task then a quick pick is shown to choose the build task.": "Varsayılan derleme görevinin adı. Tek bir varsayılan derleme görevi yoksa, derleme görevini seçmek için bir hızlı seçme görüntülenir.",
42
44
  "The name of the folder opened in VS Code without any slashes (/)": "Eğik çizgiler (/) olmadan VS Code içinde açılan klasörün adı",
45
+ "The nth parent folder name of the editor": "The nth parent folder name of the editor",
46
+ "The parent folder name of the editor (e.g. myFileFolder)": "The parent folder name of the editor (e.g. myFileFolder)",
43
47
  "The path of the folder opened in VS Code": "VS Code içinde açılan klasörün yolu",
44
48
  "The path where an extension is installed.": "Uzantının yüklendiği yol.",
45
49
  "The task runner's current working directory on startup": "Görev çalıştırıcısının başlangıçtaki geçerli çalışma dizini",
@@ -123,6 +123,11 @@
123
123
  "Hard wrap line": "Satırı sabit kaydır",
124
124
  "Ignored": "Yoksayıldı",
125
125
  "Incoming": "Gelen",
126
+ "Incoming Changes": "Incoming Changes",
127
+ "Incoming Changes (added)": "Incoming Changes (added)",
128
+ "Incoming Changes (deleted)": "Incoming Changes (deleted)",
129
+ "Incoming Changes (modified)": "Incoming Changes (modified)",
130
+ "Incoming Changes (renamed)": "Incoming Changes (renamed)",
126
131
  "Index Added": "Dizin Eklendi",
127
132
  "Index Copied": "Dizin Kopyalandı",
128
133
  "Index Deleted": "Dizin Silindi",
@@ -246,7 +251,10 @@
246
251
  "The git repository in the current folder is potentially unsafe as the folder is owned by someone other than the current user.": "Klasör geçerli kullanıcıdan farklı bir kişiye ait olduğundan geçerli klasördeki Git deposu güvenli olmayabilir.",
247
252
  "The last commit was a merge commit. Are you sure you want to undo it?": "Son commit bir birleştirme commit'iydi. Geri almak istediğinizden emin misiniz?",
248
253
  "The new branch will be \"{0}\"": "Yeni dal \"{0}\" olacak",
254
+ "The repository does not have any changes.": "The repository does not have any changes.",
249
255
  "The repository does not have any commits. Please make an initial commit before creating a stash.": "Depoda işleme yok. Geçici kayıt oluşturmadan önce lütfen ilk işlemeyi oluşturun.",
256
+ "The repository does not have any staged changes.": "The repository does not have any staged changes.",
257
+ "The repository does not have any untracked changes.": "The repository does not have any untracked changes.",
250
258
  "The selection range does not contain any changes.": "Seçim aralığı herhangi bir değişiklik içermiyor.",
251
259
  "There are known issues with the installed Git \"{0}\". Please update to Git >= 2.27 for the git features to work correctly.": "Yüklü Git \"{0}\" ile ilgili bilinen sorunlar var. Git özelliklerinin düzgün çalışması için lütfen Git'i 2.27 veya üzeri bir sürüme güncelleştirin.",
252
260
  "There are merge conflicts. Resolve them before committing.": "Birleştirme çakışmaları var. Commit işlemi uygulamadan önce bu çakışmaları çözümleyin.",
@@ -433,8 +441,10 @@
433
441
  "command.stageAllMerge": "Tüm Birleştirme Değişikliklerini Hazırla",
434
442
  "command.stageAllTracked": "İzlenen Tüm Değişiklikleri Hazırla",
435
443
  "command.stageAllUntracked": "İzlenmeyen Tüm Değişiklikleri Hazırla",
444
+ "command.stageBlock": "Stage Block",
436
445
  "command.stageChange": "Değişikliği Hazırla",
437
446
  "command.stageSelectedRanges": "Seçili Aralıkları Hazırla",
447
+ "command.stageSelection": "Stage Selection",
438
448
  "command.stash": "Geçici kayıt",
439
449
  "command.stashApply": "Geçici Kaydı Uygula...",
440
450
  "command.stashApplyEditor": "Geçici Kaydı Uygula",
@@ -460,7 +470,10 @@
460
470
  "command.unstageAll": "Tüm Değişikliklerin Hazırlamasını Geri Al",
461
471
  "command.unstageSelectedRanges": "Seçili Aralıkların Hazırlamasını Geri Al",
462
472
  "command.viewAllChanges": "Tüm Değişiklikleri Görüntüle",
473
+ "command.viewChanges": "View Changes",
463
474
  "command.viewCommit": "İşlemeyi Görüntüle",
475
+ "command.viewStagedChanges": "View Staged Changes",
476
+ "command.viewUntrackedChanges": "View Untracked Changes",
464
477
  "config.allowForcePush": "Göndermeye zorla ayarının (kira ile veya kira olmadan) etkin olup olmadığını denetler.",
465
478
  "config.allowNoVerifyCommit": "Pre-commit ve commit-msg kancaları çalıştırılmadan commit işlemlerine izin verilip verilmediğini denetler.",
466
479
  "config.alwaysShowStagedChangesResourceGroup": "Hazırlanmış Değişiklikler kaynak grubunu her zaman görüntüleyin.",
@@ -9,6 +9,7 @@
9
9
  "version": "1.0.0",
10
10
  "contents": {
11
11
  "bundle": {
12
+ "Continue": "Continue",
12
13
  "Continue to GitHub": "GitHub'a Devam Et",
13
14
  "Continue to GitHub to create a Personal Access Token (PAT)": "Kişisel Erişim Belirteci (PAT) oluşturmak için GitHub'a devam edin",
14
15
  "Copy & Continue to GitHub": "GitHub'a Kopyala ve Devam Et",
@@ -22,6 +23,7 @@
22
23
  "To finish authenticating, navigate to GitHub and paste in the above one-time code.": "Kimlik doğrulamayı bitirmek için GitHub'a gidin ve yukarıdaki tek seferlik kodu yapıştırın.",
23
24
  "To finish authenticating, navigate to GitHub to create a PAT then paste the PAT into the input box.": "Kimlik doğrulamayı bitirmek için GitHub'a giderek bir PAT oluşturun ve PAT'ı giriş kutusuna yapıştırın.",
24
25
  "Yes": "Evet",
26
+ "You are logged into another account already ({0}).\n\nDo you want to log out of that account and log in to '{1}' instead?/{0} is a comma-separated list of account names. {1} is the account name to log into.": "You are logged into another account already ({0}).\n\nDo you want to log out of that account and log in to '{1}' instead?",
25
27
  "You have not yet finished authorizing this extension to use GitHub. Would you like to try a different way? ({0})": "Bu uzantıyı GitHub’ı kullanmak üzere yetkilendirme işlemini henüz bitirmediniz. Farklı bir yöntem denemek ister misiniz? ({0})",
26
28
  "Your Code: {0}/The {0} will be a code, e.g. 123-456": "Kodunuz: {0}",
27
29
  "device code": "cihaz kodu",
@@ -59,6 +59,7 @@
59
59
  "Not on link": "Bağlantıda değil",
60
60
  "Only load secure content": "Yalnızca güvenli içeriği yükleyin",
61
61
  "Organize link definitions": "Bağlantı tanımlarını düzenle",
62
+ "Paste and update pasted links": "Paste and update pasted links",
62
63
  "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": "Markdown önizlemesinde güvenli olmayabilecek içerik devre dışı bırakıldı. Güvenli olmayan içeriğe izin vermek veya betikleri etkinleştirmek için Markdown önizlemesi güvenlik ayarını değiştirin",
63
64
  "Preview {0}": "{0} önizlemesi",
64
65
  "Reference link '{0}'": "Başvuru bağlantısı '{0}'",
@@ -77,17 +78,24 @@
77
78
  "package": {
78
79
  "configuration.copyIntoWorkspace.mediaFiles": "Dış resim ve video dosyalarını çalışma alanına kopyalamayı dene.",
79
80
  "configuration.copyIntoWorkspace.never": "Dış dosyaları çalışma alanına kopyalama.",
80
- "configuration.markdown.copyFiles.destination": "Bırakma veya yapıştırma ile oluşturulan dosyaların nerede oluşturulacaklarını tanımlar. Bu, Markdown belgede hedeflerle eşleşen glob'lardan bir haritadır.\r\n\r\nHedefler aşağıdaki değişkenleri kullanabilir:\r\n\r\n- '${documentDirName}'Markdown belgesinin mutlak üst dizin yolu, ör. '/Users/me/myProject/docs'.\r\n- '${documentRelativeDirName}'Markdown belgesinin göreli üst dizin yolu, ör. 'docs'. Dosya bir çalışma alanının parçası değilse bu, '${documentDirName}' ile aynıdır.\r\n- '${documentFileName}'Markdown belgesinin tam dosya adı, ör. 'README.md'.\r\n- '${documentBaseName}'Markdown belgesinin temel adı, ör. 'README'.\r\n- '${documentExtName}' — Markdown belgesinin uzantısı, ör. 'md'.\r\n- '${documentFilePath}'Markdown belgesinin mutlak yolu, ör. `/Users/me/myProject/docs/README.md`.\r\n- '${documentRelativeFilePath}'Markdown belgesinin göreli yolu, ör. 'docs/README.md'. Dosya bir çalışma alanının parçası değilse bu, '${documentFilePath}' ile aynıdır.\r\n- '${documentWorkspaceFolder}'Markdown belgesinin çalışma alanı klasörü, ör. '/Users/me/myProject'. Dosya bir çalışma alanının parçası değilse bu, '${documentDirName}' ile aynıdır.\r\n- '${fileName}'Bırakılan dosyanın dosya adı, ör. 'image.png'.\r\n- '${fileExtName}'Bırakılan dosyanın uzantısı, ör. 'png'.",
81
+ "configuration.markdown.copyFiles.destination": "Configures the path and file name of files created by copy/paste or drag and drop. This is a map of globs that match against a Markdown document path to the destination path where the new file should be created.\r\n\r\nThe destination path may use the following variables:\r\n\r\n- `${documentDirName}`Absolute parent directory path of the Markdown document, e.g. `/Users/me/myProject/docs`.\r\n- `${documentRelativeDirName}`Relative parent directory path of the Markdown document, e.g. `docs`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${documentFileName}`The full filename of the Markdown document, e.g. `README.md`.\r\n- `${documentBaseName}`The basename of the Markdown document, e.g. `README`.\r\n- `${documentExtName}`The extension of the Markdown document, e.g. `md`.\r\n- `${documentFilePath}`Absolute path of the Markdown document, e.g. `/Users/me/myProject/docs/README.md`.\r\n- `${documentRelativeFilePath}`Relative path of the Markdown document, e.g. `docs/README.md`. This is the same as `${documentFilePath}` if the file is not part of a workspace.\r\n- `${documentWorkspaceFolder}`The workspace folder for the Markdown document, e.g. `/Users/me/myProject`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${fileName}`The file name of the dropped file, e.g. `image.png`.\r\n- `${fileExtName}`The extension of the dropped file, e.g. `png`.",
81
82
  "configuration.markdown.copyFiles.overwriteBehavior": "Bırakma veya yapıştırma ile oluşturulan dosyaların mevcut dosyaların üzerine yazılıp yazılmayacağını denetler.",
82
83
  "configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "Aynı ada sahip bir dosya zaten varsa, dosya adına bir sayı ekle; örneğin: 'image.png', 'image-1.png' olur.",
83
84
  "configuration.markdown.copyFiles.overwriteBehavior.overwrite": "Aynı ada sahip bir dosya zaten varsa üzerine yaz.",
84
85
  "configuration.markdown.editor.drop.copyIntoWorkspace": "Markdown düzenleyicisine bırakılan çalışma alanı dışındaki dosyaların çalışma alanına kopyalanıp kopyalanmayacağını denetler.\r\n\r\nBırakılan dosyaların oluşturulacağı yeri yapılandırmak için '#markdown.copyFiles.destination#' kullanın.",
85
86
  "configuration.markdown.editor.drop.enabled": "Shift tuşunu basılı tutarken dosyaları Markdown düzenleyicisine bırakmayı etkinleştirin. \"#editor.dropIntoEditor.enabled#\" öğesinin etkinleştirilmesini gerektirir.",
87
+ "configuration.markdown.editor.drop.enabled.always": "Always insert Markdown links.",
88
+ "configuration.markdown.editor.drop.enabled.never": "Never create Markdown links.",
89
+ "configuration.markdown.editor.drop.enabled.smart": "Smartly create Markdown links by default when not dropping into a code block or other special element. Use the drop widget to switch between pasting as plain text or as Markdown links.",
86
90
  "configuration.markdown.editor.filePaste.audioSnippet": "Markdown'a ses eklerken kullanılan içerik parçacığı. Bu içerik parçacığı aşağıdaki değişkenleri kullanılabilir:\r\n- '${src}' — Ses dosyasının çözümlenen yolu.\r\n- '${title}' — Ses için kullanılan başlık. Bu değişken için otomatik olarak bir içerik parçacığı yer tutucusu oluşturulacak.",
87
91
  "configuration.markdown.editor.filePaste.copyIntoWorkspace": "Markdown düzenleyicisine yapıştırılan çalışma alanı dışındaki dosyaların çalışma alanına kopyalanıp kopyalanmayacağını denetler.\r\n\r\nKopyalanan dosyaların oluşturulacağı yeri yapılandırmak için '#markdown.copyFiles.destination#' kullanın.",
88
92
  "configuration.markdown.editor.filePaste.enabled": "Markdown bağlantıları oluşturmak için Markdown düzenleyicisine dosya yapıştırmayı etkinleştir. \"#editor.pasteAs.enabled#\" öğesinin etkinleştirilmesini gerektirir.",
93
+ "configuration.markdown.editor.filePaste.enabled.always": "Always insert Markdown links.",
94
+ "configuration.markdown.editor.filePaste.enabled.never": "Never create Markdown links.",
95
+ "configuration.markdown.editor.filePaste.enabled.smart": "Smartly create Markdown links by default when not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.",
89
96
  "configuration.markdown.editor.filePaste.videoSnippet": "Markdown'a video eklerken kullanılan içerik parçacığı. Bu içerik parçacığı aşağıdaki değişkenleri kullanılabilir:\r\n- '${src}' — Video dosyasının çözümlenen yolu.\r\n- '${title}' — Video için kullanılan başlık. Bu değişken için otomatik olarak bir içerik parçacığı yer tutucusu oluşturulacak.",
90
97
  "configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "URL'ler bir Markdown düzenleyicisine yapıştırıldığında Markdown bağlantılarının oluşturulup oluşturulmadığını denetler. '#editor.pasteAs.enabled#' etkinleştirilmesini gerektirir.",
98
+ "configuration.markdown.experimental.updateLinksOnPaste": "Enable/disable automatic updating of links in text that is copied and pasted from one Markdown editor to another.",
91
99
  "configuration.markdown.links.openLocation.beside": "Bağlantıları etkin düzenleyicinin yanında aç.",
92
100
  "configuration.markdown.links.openLocation.currentGroup": "Bağlantıları etkin düzenleyici grubunda aç.",
93
101
  "configuration.markdown.links.openLocation.description": "Markdown dosyalarındaki bağlantıların açılacağı yeri denetler.",
@@ -80,8 +80,6 @@
80
80
  "Not now": "Şimdi değil",
81
81
  "Open config file": "Yapılandırma dosyasını açma",
82
82
  "Organize Imports": "İçeri Aktarmaları Düzenle",
83
- "Organize Imports failed. No resource provided.": "İçeri Aktarmalar Düzenlenemedi. Kaynak sağlanmadı.",
84
- "Organize Imports failed. Unknown file type.": "İçeri Aktarmalar Düzenlenemedi. Bilinmeyen dosya türü.",
85
83
  "Partial Mode": "Kısmi Mod",
86
84
  "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",
87
85
  "Please update your TypeScript version": "Lütfen TypeScript sürümünüzü güncelleştirin",
@@ -192,6 +190,7 @@
192
190
  "configuration.tsserver.useSyntaxServer.always": "Tüm IntelliSense işlemlerini yürütmek için daha hafif bir sözdizimi sunucusu kullanın. Bu sözdizimi sunucusu, yalnızca açılan dosyalar için IntelliSense özelliği sağlayabilir.",
193
191
  "configuration.tsserver.useSyntaxServer.auto": "Hem tam bir sunucu hem de sözdizimi işlemlerine ayrılmış daha hafif bir sunucu oluşturun. Sözdizimi sunucusu, sözdizimi işlemlerini hızlandırmak ve projeler yüklenirken IntelliSense sağlamak için kullanılır.",
194
192
  "configuration.tsserver.useSyntaxServer.never": "Ayrılmış bir sözdizimi sunucusu kullanmayın. Tüm IntelliSense işlemlerini yürütmek için tek sunucu kullanın.",
193
+ "configuration.tsserver.useVsCodeWatcher": "Use VS Code's file watchers instead of TypeScript's. Requires using TypeScript 5.4+ in the workspace.",
195
194
  "configuration.tsserver.watchOptions": "Dosyaları ve dizinleri takip etmek için hangi izleme stratejilerinin kullanılması gerektiğini yapılandırın.",
196
195
  "configuration.tsserver.watchOptions.fallbackPolling": "Bu seçenek, dosya sistemi olayları kullanılırken, sistemde yerel dosya izleyicileri tükendiğinde ve/veya sistem yerel dosya izleyicilerini desteklemediğinde kullanılan yoklama stratejisini belirtir.",
197
196
  "configuration.tsserver.watchOptions.fallbackPolling.dynamicPriorityPolling ": "Daha az değiştirilen dosyaların daha az sıklıkta denetlendiği bir dinamik kuyruk kullanın.",