@codingame/monaco-vscode-language-pack-tr 5.1.1 → 5.1.2
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 +2 -2
- package/translations/extensions/vscode.github-authentication.i18n.json +0 -2
- package/translations/extensions/vscode.microsoft-authentication.i18n.json +1 -0
- package/translations/extensions/vscode.typescript-language-features.i18n.json +2 -2
- package/translations/main.i18n.json.js +3104 -3104
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-tr",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.2",
|
|
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@5.1.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@5.1.2"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"contents": {
|
|
11
11
|
"bundle": {
|
|
12
|
-
"Continue": "Devam",
|
|
13
12
|
"Continue to GitHub": "GitHub'a Devam Et",
|
|
14
13
|
"Continue to GitHub to create a Personal Access Token (PAT)": "Kişisel Erişim Belirteci (PAT) oluşturmak için GitHub'a devam edin",
|
|
15
14
|
"Copy & Continue to GitHub": "GitHub'a Kopyala ve Devam Et",
|
|
@@ -23,7 +22,6 @@
|
|
|
23
22
|
"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.",
|
|
24
23
|
"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.",
|
|
25
24
|
"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.": "Zaten başka bir hesapta oturum açtınız ({0}).\n\nBunun yerine bu hesabın oturumunu kapatmak ve '{1}' hesabında oturum açmak istiyor musunuz?",
|
|
27
25
|
"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})",
|
|
28
26
|
"Your Code: {0}/The {0} will be a code, e.g. 123-456": "Kodunuz: {0}",
|
|
29
27
|
"device code": "cihaz kodu",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"Open settings": "Ayarları aç",
|
|
16
16
|
"Paste authorization code here...": "Yetkilendirme kodunu buraya yapıştırın...",
|
|
17
17
|
"Provide the authorization code to complete the sign in flow.": "Oturum açma akışını tamamlamak için yetkilendirme kodunu girin.",
|
|
18
|
+
"Signing in to your account...": "Hesabınızda oturum açılıyor...",
|
|
18
19
|
"The environment `{0}` is not a valid environment.": "'{0}' ortamı geçerli bir ortam değil.",
|
|
19
20
|
"You have been signed out because reading stored authentication information failed.": "Depolanan kimlik doğrulama bilgileri okunamadığından oturumunuz kapatıldı.",
|
|
20
21
|
"You must also specify a custom environment in order to use the custom environment auth provider.": "Ayrıca özel ortam kimlik doğrulama sağlayıcısını kullanmak için özel bir ortam belirtmelisiniz."
|
|
@@ -152,7 +152,6 @@
|
|
|
152
152
|
"codeActions.refactor.rewrite.property.generateAccessors.description": "'get' ve 'set' erişimcilerini oluşturun",
|
|
153
153
|
"codeActions.refactor.rewrite.property.generateAccessors.title": "Erişimci üretme",
|
|
154
154
|
"codeActions.source.organizeImports.title": "İçeri Aktarmaları Düzenle",
|
|
155
|
-
"configuration.experimental.tsserver.web.typeAcquisition.enabled": "Web'de paket alımını etkinleştirin/devre dışı bırakın.",
|
|
156
155
|
"configuration.implicitProjectConfig.checkJs": "JavaScript dosyalarının anlamsal denetimini etkinleştirin/devre dışı bırakın. Mevcut `jsconfig.json` veya `tsconfig.json` dosyaları bu ayarı geçersiz kılar.",
|
|
157
156
|
"configuration.implicitProjectConfig.experimentalDecorators": "Bir projenin parçası olmayan JavaScript dosyalarında `experimentalDecorators` seçeneğini etkinleştirin/devre dışı bırakın. Mevcut `jsconfig.json` veya `tsconfig.json` dosyaları bu ayarı geçersiz kılar.",
|
|
158
157
|
"configuration.implicitProjectConfig.module": "Programın modül sistemini ayarlar. Daha fazla bilgi: https://www.typescriptlang.org/tsconfig#module.",
|
|
@@ -210,7 +209,8 @@
|
|
|
210
209
|
"configuration.tsserver.watchOptions.watchFile.useFsEvents": "Dosya değişiklikleri için işletim sisteminin/dosya sisteminin yerel olaylarını kullanmaya çalışma.",
|
|
211
210
|
"configuration.tsserver.watchOptions.watchFile.useFsEventsOnParentDirectory": "Bir dosyanın bulunduğu dizinlerdeki değişiklikleri dinlemek için işletim sisteminin/dosya sisteminin yerel olaylarını kullanmaya çalışma. Bu, daha az dosya izleyicisi kullanabilir, ancak daha az doğru olabilir.",
|
|
212
211
|
"configuration.tsserver.web.projectWideIntellisense.enabled": "Web üzerinde proje genelinde IntelliSense'i etkinleştirin/devre dışı bırakın. VS Code'un güvenilen bir bağlamda çalıştırılmasını gerektirir.",
|
|
213
|
-
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "
|
|
212
|
+
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "Proje genelinde IntelliSense etkinleştirildiğinde bile webde semantik hataları gizler. Proje genelinde IntelliSense etkinleştirilmediğinde veya kullanılabilir olduğunda bu her zaman açıktır. Bkz. `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
|
|
213
|
+
"configuration.tsserver.web.typeAcquisition.enabled": "Web'de paket alımını etkinleştirin/devre dışı bırakın. Bu, içeri aktarılan paketler için IntelliSense'i etkinleştirir. `#typescript.tsserver.web.projectWideIntellisense.enabled#` gerektirir. Şu anda Safari için desteklenmiyor.",
|
|
214
214
|
"configuration.typescript": "TypeScript",
|
|
215
215
|
"description": "JavaScript ve TypeScript için zengin dil desteği sağlar.",
|
|
216
216
|
"displayName": "TypeScript ve JavaScript Dil Özellikleri",
|