@codingame/monaco-vscode-language-pack-tr 13.1.2 → 13.1.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": "13.1.2",
3
+ "version": "13.1.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
- "@codingame/monaco-vscode-api": "13.1.2"
21
+ "@codingame/monaco-vscode-api": "13.1.4"
22
22
  }
23
23
  }
@@ -85,7 +85,7 @@
85
85
  "package": {
86
86
  "configuration.copyIntoWorkspace.mediaFiles": "Dış resim ve video dosyalarını çalışma alanına kopyalamayı dene.",
87
87
  "configuration.copyIntoWorkspace.never": "Dış dosyaları çalışma alanına kopyalama.",
88
- "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`.\r\n- `${unixTime}` — The current Unix timestamp in milliseconds.",
88
+ "configuration.markdown.copyFiles.destination": "Kopyala-yapıştır veya sürükle-bırak ile oluşturulan dosyaların yolunu ve dosya adını yapılandırır. Bu, yeni dosyanın oluşturulacağı hedef yol ile bir Markdown belgesi yoluyla eşleşen glob desenlerinin haritasıdır.\r\n\r\nHedef yol 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- `${documentDirName}` — 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`.\r\n- `${unixTime}` — Milisaniye cinsinden geçerli Unix zaman damgası.",
89
89
  "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.",
90
90
  "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.",
91
91
  "configuration.markdown.copyFiles.overwriteBehavior.overwrite": "Aynı ada sahip bir dosya zaten varsa üzerine yaz.",