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/React-CSharp/.template.config/localize/templatestrings.tr.json')
-rw-r--r--src/content/React-CSharp/.template.config/localize/templatestrings.tr.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/content/React-CSharp/.template.config/localize/templatestrings.tr.json b/src/content/React-CSharp/.template.config/localize/templatestrings.tr.json
index 6a11b46..aba7980 100644
--- a/src/content/React-CSharp/.template.config/localize/templatestrings.tr.json
+++ b/src/content/React-CSharp/.template.config/localize/templatestrings.tr.json
@@ -1,6 +1,6 @@
{
"author": "Microsoft",
- "description": "A project template for creating an ASP.NET Core application with React.js",
+ "description": "React.js ile bir ASP.NET Core uygulaması oluşturmaya yönelik bir proje şablonu",
"name": "React.js ile ASP.NET Core",
"symbols/auth/choices/None/description": "Kimlik doğrulaması yok",
"symbols/auth/choices/Individual/description": "Bireysel kimlik doğrulaması",
@@ -8,12 +8,12 @@
"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 şablondan dışlanıp dışlanmayacağı.",
"symbols/skipRestore/description": "Belirtilirse, oluşturma sırasında projenin otomatik geri yüklenmesini atlar.",
- "symbols/NoSpaFrontEnd/description": "Avoids adding any of the node/spa files. Used for testing only.",
+ "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": "Port number to use for the SPA front-end development proxy.",
+ "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.",