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

github.com/dotnet/spa-templates.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/Angular-CSharp/.template.config/localize/templatestrings.tr.json')
-rw-r--r--src/content/Angular-CSharp/.template.config/localize/templatestrings.tr.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/src/content/Angular-CSharp/.template.config/localize/templatestrings.tr.json b/src/content/Angular-CSharp/.template.config/localize/templatestrings.tr.json
index 352911e..3cbd928 100644
--- a/src/content/Angular-CSharp/.template.config/localize/templatestrings.tr.json
+++ b/src/content/Angular-CSharp/.template.config/localize/templatestrings.tr.json
@@ -1,25 +1,25 @@
-{
+{
"author": "Microsoft",
"description": "Angular ile bir ASP.NET Core uygulaması oluşturmaya yönelik bir proje şablonu",
"name": "Angular ile ASP.NET Core",
- "symbols/auth/choices/None/description": "No authentication",
- "symbols/auth/choices/Individual/description": "Individual authentication",
- "symbols/auth/description": "The type of authentication to use",
- "symbols/UserSecretsId/description": "The ID to use for secrets (use with OrgReadAccess or Individual auth).",
- "symbols/ExcludeLaunchSettings/description": "Whether to exclude launchSettings.json in the generated template.",
- "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
- "symbols/NoSpaFrontEnd/description": "Avoids adding any of the node/spa files. Used for testing only.",
- "symbols/kestrelHttpPort/description": "Port number to use for the HTTP endpoint in launchSettings.json.",
- "symbols/kestrelHttpsPort/description": "Port number to use for the HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if either IndividualAuth or OrganizationalAuth is used).",
- "symbols/iisHttpPort/description": "Port number to use for the IIS Express HTTP endpoint in launchSettings.json.",
- "symbols/iisHttpsPort/description": "Port number to use for the IIS Express HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if either IndividualAuth or OrganizationalAuth is used).",
- "symbols/ProxyPort/description": "Port number to use for the SPA front-end development proxy.",
- "symbols/NoHttps/description": "Whether to turn off HTTPS. This option only applies if Individual, IndividualB2C, SingleOrg, or MultiOrg aren't used for --auth.",
- "symbols/UseLocalDB/description": "Whether to use LocalDB instead of SQLite. This option only applies if --auth Individual or --auth IndividualB2C is specified.",
- "symbols/Framework/description": "The target framework for the project.",
- "symbols/Framework/choices/net7.0/description": "Target net7.0",
- "symbols/UseProgramMain/displayName": "Do not use top-level statements",
- "symbols/UseProgramMain/description": "Whether to generate an explicit Program class and Main method instead of top-level statements.",
- "postActions/restore/description": "Restore NuGet packages required by this project.",
- "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'"
-}
+ "symbols/auth/choices/None/description": "Kimlik doğrulaması yok",
+ "symbols/auth/choices/Individual/description": "Bireysel kimlik doğrulaması",
+ "symbols/auth/description": "Kullanılacak kimlik doğrulaması türü",
+ "symbols/UserSecretsId/description": "Gizli diziler için kullanılan kimlik (OrgReadAccess veya Bireysel kimlik doğrulaması ile kullanın).",
+ "symbols/ExcludeLaunchSettings/description": "launchSettings.json öğesinin oluşturulan şablonda dışlanıp dışlanmayacağı.",
+ "symbols/skipRestore/description": "Belirtilirse, oluşturma sırasında projenin otomatik geri yüklenmesini atlar.",
+ "symbols/NoSpaFrontEnd/description": "Düğüm/spa dosyalarının herhangi birini eklemeyi önler. Yalnızca test için kullanılır.",
+ "symbols/kestrelHttpPort/description": "launchSettings.json içinde HTTP uç noktası için kullanılacak bağlantı noktası numarası.",
+ "symbols/kestrelHttpsPort/description": "launchSettings.json içinde HTTPS uç noktası için kullanılacak bağlantı noktası numarası. Bu seçenek yalnızca no-https parametresi kullanılmazsa uygulanabilir (IndividualAuth veya OrganizationalAuth kullanılırsa no-https yoksayılır).",
+ "symbols/iisHttpPort/description": "launchSettings.json içinde IIS Express HTTP uç noktası için kullanılacak bağlantı noktası numarası.",
+ "symbols/iisHttpsPort/description": "launchSettings.json içinde IIS Express HTTPS uç noktası için kullanılacak bağlantı noktası numarası. Bu seçenek yalnızca no-https parametresi kullanılmazsa uygulanabilir (IndividualAuth veya OrganizationalAuth kullanılırsa no-https yoksayılır).",
+ "symbols/ProxyPort/description": "SPA ön uç geliştirme ara sunucusu için kullanılacak bağlantı noktası numarası.",
+ "symbols/NoHttps/description": "HTTPS'nin kapatılıp kapatılmayacağı. Bu seçenek yalnızca Bireysel, IndividualB2C, SingleOrg veya MultiOrg -- auth için kullanılmazsa geçerlidir.",
+ "symbols/UseLocalDB/description": "SQLite yerine LocalDB'nin kullanılıp kullanılmayacağı. Bu seçenek yalnızca --auth Individual veya --auth IndividualB2C belirtilirse geçerlidir.",
+ "symbols/Framework/description": "Projenin hedef çerçevesi.",
+ "symbols/Framework/choices/net7.0/description": "Hedef net7.0",
+ "symbols/UseProgramMain/displayName": "Üst düzey deyimler kullanmayın",
+ "symbols/UseProgramMain/description": "Üst düzey deyimler yerine açık bir Program sınıfı ve Ana yöntem oluşturup oluşturulmayacağını belirtir.",
+ "postActions/restore/description": "Bu projenin gerektirdiği NuGet paketlerini geri yükleyin.",
+ "postActions/restore/manualInstructions/default/text": "'dotnet restore' çalıştır"
+} \ No newline at end of file