Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/trk/src/vs/workbench/services')
-rw-r--r--i18n/trk/src/vs/workbench/services/configuration/node/configuration.i18n.json4
-rw-r--r--i18n/trk/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json9
-rw-r--r--i18n/trk/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json2
-rw-r--r--i18n/trk/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json3
4 files changed, 15 insertions, 3 deletions
diff --git a/i18n/trk/src/vs/workbench/services/configuration/node/configuration.i18n.json b/i18n/trk/src/vs/workbench/services/configuration/node/configuration.i18n.json
index ba93a12125f..ec4f2104ac4 100644
--- a/i18n/trk/src/vs/workbench/services/configuration/node/configuration.i18n.json
+++ b/i18n/trk/src/vs/workbench/services/configuration/node/configuration.i18n.json
@@ -10,5 +10,7 @@
"invalid.type": "eğer ayarlanırsa, 'configuration.type' ögesi 'object' olarak ayarlanmalıdır",
"invalid.title": "'configuration.title' bir dize olmalıdır",
"vscode.extension.contributes.defaultConfiguration": "Varsayılan düzenleyici yapılandırma ayarlarına dil bazında ekleme yapar.",
- "invalid.properties": "'configuration.properties' bir nesne olmalıdır"
+ "invalid.properties": "'configuration.properties' bir nesne olmalıdır",
+ "workspaceConfig.id": "Benzersiz çalışma alanı kimliği",
+ "workspaceSettings.description": "Çalışma alanı ayarlarını yapılandır"
} \ No newline at end of file
diff --git a/i18n/trk/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json b/i18n/trk/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json
new file mode 100644
index 00000000000..3c1155be54c
--- /dev/null
+++ b/i18n/trk/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json
@@ -0,0 +1,9 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "errorInvalidFile": "Dosyaya yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek için dosyayı açın ve tekrar deneyin.",
+ "errorFileDirty": "Dosya kaydedilmemiş değişiklikler içerdiği için dosyaya yazılamıyor. Lütfen dosyayı kaydedin ve tekrar deneyin."
+} \ No newline at end of file
diff --git a/i18n/trk/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/trk/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
index 70d9757c255..f126fe535aa 100644
--- a/i18n/trk/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
+++ b/i18n/trk/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
@@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
+ "schema.fontStyle": "Kuralın yazı tipi stili: 'italic', 'bold' ve 'underline' kombinasyonu veya bunlardan bir tanesi",
"schema.colors": "Sentaks vurgulaması renkleri",
"schema.properties.name": "Kuralın açıklaması",
- "schema.fontStyle": "Kuralın yazı tipi stili: 'italic', 'bold' ve 'underline' kombinasyonu veya bunlardan bir tanesi",
"schema.tokenColors.path": "Bir tmTheme dosyasının yolu (geçerli dosyaya göreli)"
} \ No newline at end of file
diff --git a/i18n/trk/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/trk/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
index 7cd90e06247..e6b44a70518 100644
--- a/i18n/trk/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
+++ b/i18n/trk/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
@@ -28,5 +28,6 @@
"iconThemeError": "Dosya simgesi teması bilinmiyor veya yüklenmemiş.",
"workbenchColors": "Şu an seçili renk temasındaki renkleri geçersiz kılar.",
"workbenchColors.deprecated": "Ayar, artık deneysel değildir ve 'workbench.colorCustomizations' olarak yeniden adlandırılmıştır",
- "workbenchColors.deprecatedDescription": "Bunun yerine 'workbench.colorCustomizations' kullanın"
+ "workbenchColors.deprecatedDescription": "Bunun yerine 'workbench.colorCustomizations' kullanın",
+ "editorColors": "Şu an seçili renk temasındaki düzenleyici renklerini ve yazı tipi stilini geçersiz kılar."
} \ No newline at end of file