Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
522 changes: 272 additions & 250 deletions src/Controls/src/Build.Tasks/xlf/ErrorMessages.cs.resx

Large diffs are not rendered by default.

522 changes: 272 additions & 250 deletions src/Controls/src/Build.Tasks/xlf/ErrorMessages.de.resx

Large diffs are not rendered by default.

522 changes: 272 additions & 250 deletions src/Controls/src/Build.Tasks/xlf/ErrorMessages.es.resx

Large diffs are not rendered by default.

522 changes: 272 additions & 250 deletions src/Controls/src/Build.Tasks/xlf/ErrorMessages.fr.resx

Large diffs are not rendered by default.

522 changes: 272 additions & 250 deletions src/Controls/src/Build.Tasks/xlf/ErrorMessages.it.resx

Large diffs are not rendered by default.

522 changes: 272 additions & 250 deletions src/Controls/src/Build.Tasks/xlf/ErrorMessages.ja.resx

Large diffs are not rendered by default.

522 changes: 272 additions & 250 deletions src/Controls/src/Build.Tasks/xlf/ErrorMessages.ko.resx

Large diffs are not rendered by default.

522 changes: 272 additions & 250 deletions src/Controls/src/Build.Tasks/xlf/ErrorMessages.pl.resx

Large diffs are not rendered by default.

522 changes: 272 additions & 250 deletions src/Controls/src/Build.Tasks/xlf/ErrorMessages.pt-BR.resx

Large diffs are not rendered by default.

522 changes: 272 additions & 250 deletions src/Controls/src/Build.Tasks/xlf/ErrorMessages.ru.resx

Large diffs are not rendered by default.

522 changes: 272 additions & 250 deletions src/Controls/src/Build.Tasks/xlf/ErrorMessages.tr.resx

Large diffs are not rendered by default.

522 changes: 272 additions & 250 deletions src/Controls/src/Build.Tasks/xlf/ErrorMessages.zh-Hans.resx

Large diffs are not rendered by default.

522 changes: 272 additions & 250 deletions src/Controls/src/Build.Tasks/xlf/ErrorMessages.zh-Hant.resx

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"author": "Microsoft",
"name": ".NET MAUI Blazor Hybrid and Web App",
"description": "A multi-project app for creating a .NET MAUI Blazor Hybrid application with a Blazor Web project with a shared user interface.",
"postActions/openInEditor/description": "Opens Shared Components/Pages/Home.razor in the editor.",
"symbols/applicationId/description": "Overrides the $(ApplicationId) in the project",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/DOTNET_TFM_VALUE/description": "Target DOTNET_TFM_VALUE",
"symbols/UserSecretsId/description": "The ID to use for secrets (use with Individual auth).",
"symbols/ExcludeLaunchSettings/description": "Whether to exclude launchSettings.json from the generated template.",
"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 Individual auth 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 Individual auth is used).",
"symbols/InteractivityPlatform/displayName": "_Interactive render mode",
"symbols/InteractivityPlatform/description": "Chooses which interactive render mode to use for interactive components",
"symbols/InteractivityPlatform/choices/None/displayName": "None",
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
"symbols/IncludeSampleContent/displayName": "_Include sample pages",
"symbols/IncludeSampleContent/description": "Configures whether to add sample pages and styling to demonstrate basic usage patterns.",
"symbols/Empty/description": "Configures whether to omit sample pages and styling that demonstrate basic usage patterns.",
"symbols/AllInteractive/displayName": "_Enable interactive rendering globally throughout the site",
"symbols/AllInteractive/description": "Configures whether to make every page interactive by applying an interactive render mode at the top level. If false, pages will use static server rendering by default, and can be marked interactive on a per-page or per-component basis.",
"symbols/NoHttps/description": "Whether to turn off HTTPS. This option only applies if Individual isn't used for --auth.",
"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."
{
"author": "Microsoft",
"name": "Hybridní a webová aplikace .NET MAUI Blazor",
"description": "Víceprojektová aplikace pro vytvoření hybridní aplikace .NET MAUI Blazor s webovým projektem Blazor se sdíleným uživatelským rozhraním",
"postActions/openInEditor/description": "Otevře SharedPages/Home.razor v editoru.",
"symbols/applicationId/description": "Přepíše v projektu $(ApplicationId).",
"symbols/Framework/description": "Cílová architektura pro projekt",
"symbols/Framework/choices/DOTNET_TFM_VALUE/description": "Cílový DOTNET_TFM_VALUE",
"symbols/UserSecretsId/description": "ID, které se má použít pro tajné kódy (používá se s individuálním ověřováním).",
"symbols/ExcludeLaunchSettings/description": "Určuje, jestli se má z vygenerované šablony vyloučit soubor launchSettings.json.",
"symbols/kestrelHttpPort/description": "Číslo portu, který se má použít pro koncový bod HTTP v souboru launchSettings.json.",
"symbols/kestrelHttpsPort/description": "Číslo portu, který se má použít pro koncový bod HTTPS v souboru launchSettings.json. Tato možnost se dá použít jenom v případě, že se nepoužije parametr no-https (no-https se bude ignorovat, pokud se použije individuální ověřování).",
"symbols/iisHttpPort/description": "Číslo portu, který se má použít pro koncový bod IIS Express HTTP v souboru launchSettings.json.",
"symbols/iisHttpsPort/description": "Číslo portu, který se má použít pro koncový bod IIS Express HTTPS v souboru launchSettings.json. Tato možnost se dá použít jenom v případě, že se nepoužije parametr no-https (no-https se bude ignorovat, pokud se použije individuální ověřování).",
"symbols/InteractivityPlatform/displayName": "_Interaktivní režim vykreslování",
"symbols/InteractivityPlatform/description": "Umožňuje zvolit, který interaktivní režim vykreslování se má použít pro interaktivní komponenty.",
"symbols/InteractivityPlatform/choices/None/displayName": "Žádné",
"symbols/InteractivityPlatform/choices/None/description": "Žádná interaktivita (pouze vykreslování statického serveru)",
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
"symbols/InteractivityPlatform/choices/Server/description": "Spouští se na serveru.",
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Spustí se v prohlížeči pomocí WebAssembly.",
"symbols/InteractivityPlatform/choices/Auto/displayName": "Automaticky (Server a WebAssembly)",
"symbols/InteractivityPlatform/choices/Auto/description": "Při stahování prostředků WebAssembly používá Server a pak WebAssembly.",
"symbols/IncludeSampleContent/displayName": "_Zahrnout ukázkové stránky",
"symbols/IncludeSampleContent/description": "Nastavuje, jestli se mají přidávat ukázkové stránky a styly pro demonstraci základních vzorů použití.",
"symbols/Empty/description": "Nastavuje, jestli se mají vynechat ukázkové stránky a styly, které demonstrují základní vzory použití.",
"symbols/AllInteractive/displayName": "_Povolit interaktivní vykreslování globálně na celém webu",
"symbols/AllInteractive/description": "Konfiguruje, jestli se má každá stránka nastavit jako interaktivní, a to použitím interaktivního režimu vykreslování na nejvyšší úrovni. Pokud se nastaví na false, stránky budou ve výchozím nastavení používat vykreslování statického serveru a dají se označit jako interaktivní pro jednotlivé stránky nebo komponenty.",
"symbols/NoHttps/description": "Určuje, jestli se má vypnout protokol HTTPS. Tato možnost platí jenom v případě, že se pro --auth nepoužívá jednotlivec.",
"symbols/UseProgramMain/displayName": "Nepoužívat _příkazy nejvyšší úrovně",
"symbols/UseProgramMain/description": "Určuje, jestli se má místo příkazů nejvyšší úrovně generovat explicitní třída Program a metoda Main."
}
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"author": "Microsoft",
"name": ".NET MAUI Blazor Hybrid and Web App",
"description": "A multi-project app for creating a .NET MAUI Blazor Hybrid application with a Blazor Web project with a shared user interface.",
"postActions/openInEditor/description": "Opens Shared Components/Pages/Home.razor in the editor.",
"symbols/applicationId/description": "Overrides the $(ApplicationId) in the project",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/DOTNET_TFM_VALUE/description": "Target DOTNET_TFM_VALUE",
"symbols/UserSecretsId/description": "The ID to use for secrets (use with Individual auth).",
"symbols/ExcludeLaunchSettings/description": "Whether to exclude launchSettings.json from the generated template.",
"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 Individual auth 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 Individual auth is used).",
"symbols/InteractivityPlatform/displayName": "_Interactive render mode",
"symbols/InteractivityPlatform/description": "Chooses which interactive render mode to use for interactive components",
"symbols/InteractivityPlatform/choices/None/displayName": "None",
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
"symbols/IncludeSampleContent/displayName": "_Include sample pages",
"symbols/IncludeSampleContent/description": "Configures whether to add sample pages and styling to demonstrate basic usage patterns.",
"symbols/Empty/description": "Configures whether to omit sample pages and styling that demonstrate basic usage patterns.",
"symbols/AllInteractive/displayName": "_Enable interactive rendering globally throughout the site",
"symbols/AllInteractive/description": "Configures whether to make every page interactive by applying an interactive render mode at the top level. If false, pages will use static server rendering by default, and can be marked interactive on a per-page or per-component basis.",
"symbols/NoHttps/description": "Whether to turn off HTTPS. This option only applies if Individual isn't used for --auth.",
"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."
{
"author": "Microsoft",
"name": ".NET MAUI Blazor-Hybrid- und Web-App",
"description": "Eine App mit mehreren Projekten zum Erstellen einer .NET MAUI Blazor-Hybrid-Anwendung mit einem Blazor-Webprojekt mit einer freigegebenen Benutzeroberfläche.",
"postActions/openInEditor/description": "Öffnet freigegebene Seiten/Home.razor im Editor.",
"symbols/applicationId/description": "Überschreibt $(ApplicationId) im Projekt",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
"symbols/Framework/choices/DOTNET_TFM_VALUE/description": "Ziel DOTNET_TFM_VALUE",
"symbols/UserSecretsId/description": "Die für Geheimnisse zu verwendende ID (Verwendung mit individueller Authentifizierung).",
"symbols/ExcludeLaunchSettings/description": "Ob launchSettings.json aus der generierten Vorlage ausgeschlossen werden soll.",
"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 die individuelle Authentifizierung 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 die individuelle Authentifizierung verwendet wird).",
"symbols/InteractivityPlatform/displayName": "_Interaktiver Rendermodus",
"symbols/InteractivityPlatform/description": "Wählt aus, welcher interaktive Rendermodus für interaktive Komponenten verwendet werden soll",
"symbols/InteractivityPlatform/choices/None/displayName": "Keine",
"symbols/InteractivityPlatform/choices/None/description": "Keine Interaktivität (nur statisches Serverrendering)",
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
"symbols/InteractivityPlatform/choices/Server/description": "Wird auf dem Server ausgeführt",
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Wird im Browser mithilfe von WebAssembly ausgeführt",
"symbols/InteractivityPlatform/choices/Auto/displayName": "Automatisch (Server und WebAssembly)",
"symbols/InteractivityPlatform/choices/Auto/description": "Verwendet Server beim Herunterladen von WebAssembly-Ressourcen und dann WebAssembly",
"symbols/IncludeSampleContent/displayName": "_Include Beispielseiten",
"symbols/IncludeSampleContent/description": "Konfiguriert, ob Beispielseiten und Stile hinzugefügt werden, um grundlegende Verwendungsmuster zu veranschaulichen.",
"symbols/Empty/description": "Konfiguriert, ob Beispielseiten und Formatierungen weggelassen werden sollen, die grundlegende Verwendungsmuster veranschaulichen.",
"symbols/AllInteractive/displayName": "_Aktivieren des interaktiven Renderings global auf der gesamten Website",
"symbols/AllInteractive/description": "Konfiguriert, ob jede Seite interaktiv werden soll, indem ein interaktiver Rendermodus auf der obersten Ebene angewendet wird. False gibt an, dass Seiten standardmäßig statisches Serverrendering verwenden und auf Seiten- oder Komponentenbasis als interaktiv markiert werden können.",
"symbols/NoHttps/description": "Ob HTTPS deaktiviert werden soll. Diese Option gilt nur, wenn \"Individual\" nicht für \"--auth\" verwendet wird.",
"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."
}
Loading
Loading