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.de.json')
-rw-r--r--src/content/Angular-CSharp/.template.config/localize/templatestrings.de.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/src/content/Angular-CSharp/.template.config/localize/templatestrings.de.json b/src/content/Angular-CSharp/.template.config/localize/templatestrings.de.json
index 3b551c7..0b7533b 100644
--- a/src/content/Angular-CSharp/.template.config/localize/templatestrings.de.json
+++ b/src/content/Angular-CSharp/.template.config/localize/templatestrings.de.json
@@ -1,25 +1,25 @@
-{
+{
"author": "Microsoft",
"description": "Eine Projektvorlage zum Erstellen einer ASP.NET Core-Anwendung mit Angular",
"name": "ASP.NET Core mit Angular",
- "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/auth/choices/None/description": "Keine Authentifizierung",
+ "symbols/auth/choices/Individual/description": "Individuelle Authentifizierung",
+ "symbols/auth/description": "Der zu verwendende Authentifizierungstyp",
+ "symbols/UserSecretsId/description": "Die für Geheimnisse zu verwendende ID (Verwendung mit OrgReadAccess oder Einzelauthentifizierung).",
+ "symbols/ExcludeLaunchSettings/description": "Ob launchSettings.json in der generierten Vorlage ausgeschlossen werden soll.",
+ "symbols/skipRestore/description": "Wenn angegeben, wird die automatische Wiederherstellung des Projekts beim Erstellen übersprungen.",
+ "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": "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.",
"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/UseProgramMain/displayName": "Keine Anweisungen der obersten Ebene verwenden",
+ "symbols/UseProgramMain/description": "Gibt an, ob anstelle von Anweisungen der obersten Ebene eine explizite Programmklasse und eine Main-Methode generiert werden soll.",
+ "postActions/restore/description": "„NuGet-Pakete“ wiederherstellen, die für dieses Projekt erforderlich sind.",
+ "postActions/restore/manualInstructions/default/text": "„dotnet restore“ ausführen"
+} \ No newline at end of file