@codingame/monaco-vscode-language-pack-tr 7.0.7 → 7.0.9

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": "7.0.7",
3
+ "version": "7.0.9",
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@7.0.7"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@7.0.9"
22
22
  }
23
23
  }
@@ -88,6 +88,8 @@
88
88
  "Includes the styles defined by another mixin into the current rule.": "Geçerli kurala başka bir karışım tarafından tanımlanan stilleri içerir.",
89
89
  "Increases or decreases one or more components of a color.": "Bir rengin bir veya daha fazla bileşenini artırır veya azaltır.",
90
90
  "Inherits the styles of another selector.": "Başka bir seçicinin stillerini devralır.",
91
+ "Insert url() Function": "Insert url() Function",
92
+ "Insert url() Functions": "Insert url() Functions",
91
93
  "Inserts $insert into $string at $index.": "$index konumunda $string değerine $insert öğesini ekler.",
92
94
  "Invalid number of parameters": "Geçersiz parametre sayısı",
93
95
  "Joins together two lists into one.": "İki listeyi birleştirerek tek bir liste oluşturur.",
@@ -143,7 +143,6 @@
143
143
  "Keep Our Version": "Sürümümüzü Sakla",
144
144
  "Keep Their Version": "Sürümlerini Sakla",
145
145
  "Learn More": "Daha Fazla Bilgi",
146
- "Log level: {0}": "Günlük düzeyi: {0}",
147
146
  "Make sure you configure your \"user.name\" and \"user.email\" in git.": "Git'te \"user.name\" ve \"user.email\" bilgilerinizi ayarladığınızdan emin olun.",
148
147
  "Manage Unsafe Repositories": "Güvenli Olmayan Depoları Yönet",
149
148
  "Merge Changes": "Değişiklikleri Birleştir",
@@ -227,7 +226,6 @@
227
226
  "Select as Repository Destination": "Depo Hedefi Olarak Seç",
228
227
  "Show Changes": "Değişiklikleri Göster",
229
228
  "Show Command Output": "Komut Çıkışını Göster",
230
- "Skipped found git in: \"{0}\"": "Şurada bulunan Git atlandı: \"{0}\"",
231
229
  "Staged Changes": "Hazırlanmış Değişiklikler",
232
230
  "Stash & Checkout": "Geçici Olarak Kaydet ve Kullanıma Al",
233
231
  "Stash Anyway": "Yine de Geçici Olarak Kaydet",
@@ -280,8 +278,6 @@
280
278
  "Untracked": "İzlenmeyen",
281
279
  "Untracked Changes": "İzlenmeyen Değişiklikler",
282
280
  "Update Git": "Git'i Güncelleştir",
283
- "Using git \"{0}\" from \"{1}\"": "\"{1}\" konumundaki \"{0}\" git'i kullanılıyor",
284
- "Validating found git in: \"{0}\"": "Şurada bulunan Git doğrulanıyor: \"{0}\"",
285
281
  "Would you like to add \"{0}\" to .gitignore?": ".gitignore şablonuna \"{0}\" eklemek istiyor musunuz?",
286
282
  "Would you like to open the cloned repository, or add it to the current workspace?": "Klonlanan depoyu açmak veya geçerli çalışma alanına eklemek istiyor musunuz?",
287
283
  "Would you like to open the cloned repository?": "Klonlanan depoyu açmak istiyor musunuz?",
@@ -300,6 +296,10 @@
300
296
  "Your repository has no remotes configured to pull from.": "Deponuzda çekilecek şekilde yapılandırılan uzak depo yok.",
301
297
  "Your repository has no remotes configured to push to.": "Deponuzda gönderilecek şekilde yapılandırılan uzak depo yok.",
302
298
  "Your repository has no remotes.": "Deponuzda uzak depo yok.",
299
+ "[main] Log level: {0}": "[main] Log level: {0}",
300
+ "[main] Skipped found git in: \"{0}\"": "[main] Skipped found git in: \"{0}\"",
301
+ "[main] Using git \"{0}\" from \"{1}\"": "[main] Using git \"{0}\" from \"{1}\"",
302
+ "[main] Validating found git in: \"{0}\"": "[main] Validating found git in: \"{0}\"",
303
303
  "branches": "dallar",
304
304
  "no": "hayır",
305
305
  "remote branches": "uzak dallar",
@@ -9,16 +9,22 @@
9
9
  "version": "1.0.0",
10
10
  "contents": {
11
11
  "bundle": {
12
+ "Choose an account that you would like to log in to": "Choose an account that you would like to log in to",
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",
15
16
  "GitHub Enterprise Server URI is not a valid URI: {0}": "GitHub Enterprise Sunucusu URI'sı geçerli bir URI değil: {0}",
16
17
  "Having trouble logging in? Would you like to try a different way? ({0})": "Oturum açarken sorun mu yaşıyorsunuz? Farklı bir yöntem denemek ister misiniz? ({0})",
18
+ "Incorrect account detected": "Incorrect account detected",
19
+ "Keep {0}": "Keep {0}",
20
+ "Login with {0}": "Login with {0}",
21
+ "New account...": "New account...",
17
22
  "No": "Hayır",
18
23
  "Open [{0}]({0}) in a new tab and paste your one-time code: {1}/The [{0}]({0}) will be a url and the {1} will be a code, e.g. 123-456{Locked=\"[{0}]({0})\"}": "[{0}]({0}) öğesini yeni bir sekmede açın ve bir kerelik kodunuzu yapıştırın: {1}",
19
24
  "Sign in failed: {0}": "Oturum açılamadı: {0}",
20
25
  "Sign out failed: {0}": "Oturum kapatılamadı: {0}",
21
26
  "Signing in to {0}.../The {0} will be a url, e.g. github.com": "{0} üzerinde oturum açılıyor...",
27
+ "The chosen account, {0}, does not match the requested account, {1}.": "The chosen account, {0}, does not match the requested account, {1}.",
22
28
  "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
29
  "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
30
  "Yes": "Evet",
@@ -58,7 +58,6 @@
58
58
  "No link definition found: '{0}'": "Bağlantı tanımı bulunamadı: '{0}'",
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
- "Organize link definitions": "Bağlantı tanımlarını düzenle",
62
61
  "Paste and update pasted links": "Yapıştırılan bağlantıları yapıştır ve güncelleştir",
63
62
  "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",
64
63
  "Preview {0}": "{0} önizlemesi",