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/editor')
-rw-r--r--i18n/trk/src/vs/editor/browser/widget/diffEditorWidget.i18n.json8
-rw-r--r--i18n/trk/src/vs/editor/common/view/editorColorRegistry.i18n.json1
-rw-r--r--i18n/trk/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json12
3 files changed, 21 insertions, 0 deletions
diff --git a/i18n/trk/src/vs/editor/browser/widget/diffEditorWidget.i18n.json b/i18n/trk/src/vs/editor/browser/widget/diffEditorWidget.i18n.json
new file mode 100644
index 00000000000..ad2d77a75c9
--- /dev/null
+++ b/i18n/trk/src/vs/editor/browser/widget/diffEditorWidget.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "diff.tooLarge": "Bir dosya çok büyük olduğu için dosyaları karşılaştıramazsınız."
+} \ No newline at end of file
diff --git a/i18n/trk/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/trk/src/vs/editor/common/view/editorColorRegistry.i18n.json
index e5f9dca329b..dba4219b1f7 100644
--- a/i18n/trk/src/vs/editor/common/view/editorColorRegistry.i18n.json
+++ b/i18n/trk/src/vs/editor/common/view/editorColorRegistry.i18n.json
@@ -8,6 +8,7 @@
"lineHighlightBorderBox": "İmlecin bulunduğu satırın kenarlığının arka plan rengi.",
"rangeHighlight": "Hızlı açma ve bulma özellikleri gibi vurgulanan alanların arka plan rengi.",
"caret": "Düzenleyici imlecinin rengi.",
+ "editorCursorBackground": "Düzenleyici imlecinin arka plan rengi. Bir blok imlecinin kapladığı bir karakterin rengini özelleştirmeyi sağlar.",
"editorWhitespaces": "Düzenleyicideki boşluk karakterlerinin rengi.",
"editorIndentGuides": "Düzenleyici girinti kılavuzlarının rengi.",
"editorLineNumbers": "Düzenleyici satır numaralarının rengi.",
diff --git a/i18n/trk/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json b/i18n/trk/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json
new file mode 100644
index 00000000000..baad53fc2a4
--- /dev/null
+++ b/i18n/trk/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json
@@ -0,0 +1,12 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "label.find": "Bul",
+ "placeholder.find": "Bul",
+ "label.previousMatchButton": "Önceki eşleşme",
+ "label.nextMatchButton": "Sonraki eşleşme",
+ "label.closeButton": "Kapat"
+} \ No newline at end of file