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.de.json')
-rw-r--r--src/content/React-CSharp/.template.config/localize/templatestrings.de.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/content/React-CSharp/.template.config/localize/templatestrings.de.json b/src/content/React-CSharp/.template.config/localize/templatestrings.de.json
index 5675d26..9ce8505 100644
--- a/src/content/React-CSharp/.template.config/localize/templatestrings.de.json
+++ b/src/content/React-CSharp/.template.config/localize/templatestrings.de.json
@@ -1,6 +1,6 @@
{
"author": "Microsoft",
- "description": "A project template for creating an ASP.NET Core application with React.js",
+ "description": "Eine Projektvorlage zum Erstellen einer ASP.NET Core-Anwendung mit React.js",
"name": "ASP.NET Core mit React.js",
"symbols/auth/choices/None/description": "Keine Authentifizierung",
"symbols/auth/choices/Individual/description": "Individuelle Authentifizierung",
@@ -8,12 +8,12 @@
"symbols/UserSecretsId/description": "Die für Geheimnisse zu verwendende ID (Verwendung mit OrgReadAccess oder Einzelauthentifizierung).",
"symbols/ExcludeLaunchSettings/description": "Ob launchSettings.json aus der generierten Vorlage ausgeschlossen werden soll.",
"symbols/skipRestore/description": "Wenn angegeben, wird die automatische Wiederherstellung des Projekts beim Erstellen übersprungen.",
- "symbols/NoSpaFrontEnd/description": "Avoids adding any of the node/spa files. Used for testing only.",
+ "symbols/NoSpaFrontEnd/description": "Verhindert das Hinzufügen von Knoten-/Spa-Dateien. Wird nur für Tests verwendet.",
"symbols/kestrelHttpPort/description": "Portnummer, die für den HTTP Endpunkt in launchSettings.json verwendet werden soll.",
"symbols/kestrelHttpsPort/description": "Portnummer, die für den HTTPS Endpunkt in launchSettings.json verwendet werden soll. Diese Option ist nur anwendbar, wenn der Parameter no-https nicht verwendet wird (no-https wird ignoriert, wenn entweder IndividualAuth oder OrganizationalAuth verwendet wird).",
"symbols/iisHttpPort/description": "Portnummer, die für den IIS Express HTTP Endpunkt in launchSettings.json verwendet werden soll.",
"symbols/iisHttpsPort/description": "Portnummer, die für den IIS Express HTTPS Endpunkt in launchSettings.json verwendet werden soll. Diese Option ist nur anwendbar, wenn der Parameter no-https nicht verwendet wird (no-https wird ignoriert, wenn entweder IndividualAuth oder OrganizationalAuth verwendet wird).",
- "symbols/ProxyPort/description": "Port number to use for the SPA front-end development proxy.",
+ "symbols/ProxyPort/description": "Portnummer, die für den SPA-Front-End-Entwicklungsproxy verwendet werden soll.",
"symbols/NoHttps/description": "Ob HTTPS deaktiviert werden soll. Diese Option gilt nur, wenn Individual, IndividualB2C, SingleOrg oder MultiOrg nicht für --auth verwendet werden.",
"symbols/UseLocalDB/description": "Ob LocalDB anstelle von SQLite verwendet werden soll. Diese Option gilt nur, wenn --auth Individual oder --auth IndividualB2C angegeben ist.",
"symbols/Framework/description": "Das Zielframework für das Projekt.",