Skip to content

Commit fbd860f

Browse files
Update templatestrings
1 parent 8d6dcb3 commit fbd860f

14 files changed

+56
-0
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.cs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212
"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 IndividualAuth nebo OrganizationalAuth).",
1313
"symbols/InteractivityPlatform/displayName": "_Interactivity type",
1414
"symbols/InteractivityPlatform/description": "Chooses which hosting platform to use for interactive components",
15+
"symbols/InteractivityPlatform/choices/None/displayName": "None",
1516
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
17+
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
1618
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
19+
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
1720
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
21+
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
1822
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
1923
"symbols/InteractivityLocation/displayName": "_Interactivity location",
2024
"symbols/InteractivityLocation/description": "Chooses which components will have interactive rendering enabled",

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.de.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212
"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).",
1313
"symbols/InteractivityPlatform/displayName": "_Interactivity type",
1414
"symbols/InteractivityPlatform/description": "Chooses which hosting platform to use for interactive components",
15+
"symbols/InteractivityPlatform/choices/None/displayName": "None",
1516
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
17+
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
1618
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
19+
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
1720
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
21+
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
1822
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
1923
"symbols/InteractivityLocation/displayName": "_Interactivity location",
2024
"symbols/InteractivityLocation/description": "Chooses which components will have interactive rendering enabled",

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.en.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212
"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).",
1313
"symbols/InteractivityPlatform/displayName": "_Interactivity type",
1414
"symbols/InteractivityPlatform/description": "Chooses which hosting platform to use for interactive components",
15+
"symbols/InteractivityPlatform/choices/None/displayName": "None",
1516
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
17+
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
1618
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
19+
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
1720
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
21+
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
1822
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
1923
"symbols/InteractivityLocation/displayName": "_Interactivity location",
2024
"symbols/InteractivityLocation/description": "Chooses which components will have interactive rendering enabled",

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.es.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212
"symbols/iisHttpsPort/description": "Número de puerto que se va a usar para el punto de conexión HTTPS de IIS Express en launchSettings.json. Esta opción solo es aplicable cuando no se usa el parámetro no-https (no-https se omitirá si se usa IndividualAuth o OrganizationalAuth).",
1313
"symbols/InteractivityPlatform/displayName": "_Interactivity type",
1414
"symbols/InteractivityPlatform/description": "Chooses which hosting platform to use for interactive components",
15+
"symbols/InteractivityPlatform/choices/None/displayName": "None",
1516
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
17+
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
1618
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
19+
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
1720
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
21+
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
1822
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
1923
"symbols/InteractivityLocation/displayName": "_Interactivity location",
2024
"symbols/InteractivityLocation/description": "Chooses which components will have interactive rendering enabled",

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.fr.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212
"symbols/iisHttpsPort/description": "Numéro de port à utiliser pour le point de terminaison HTTPS IIS Express dans launchSettings.json. Cette option s’applique uniquement lorsque le paramètre no-https n’est pas utilisé (no-https sera ignoré si IndividualAuth ou OrganizationalAuth est utilisé).",
1313
"symbols/InteractivityPlatform/displayName": "_Interactivity type",
1414
"symbols/InteractivityPlatform/description": "Chooses which hosting platform to use for interactive components",
15+
"symbols/InteractivityPlatform/choices/None/displayName": "None",
1516
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
17+
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
1618
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
19+
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
1720
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
21+
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
1822
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
1923
"symbols/InteractivityLocation/displayName": "_Interactivity location",
2024
"symbols/InteractivityLocation/description": "Chooses which components will have interactive rendering enabled",

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.it.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212
"symbols/iisHttpsPort/description": "Numero di porta da usare per l'endpoint HTTPS IIS Express in launchSettings.json. Questa opzione è applicabile solo quando il parametro no-https non viene usato (no-https verrà ignorato se si usa IndividualAuth o OrganizationalAuth).",
1313
"symbols/InteractivityPlatform/displayName": "_Interactivity type",
1414
"symbols/InteractivityPlatform/description": "Chooses which hosting platform to use for interactive components",
15+
"symbols/InteractivityPlatform/choices/None/displayName": "None",
1516
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
17+
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
1618
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
19+
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
1720
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
21+
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
1822
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
1923
"symbols/InteractivityLocation/displayName": "_Interactivity location",
2024
"symbols/InteractivityLocation/description": "Chooses which components will have interactive rendering enabled",

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.ja.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212
"symbols/iisHttpsPort/description": "launchSettings.json で IIS Express HTTPS エンドポイントに使用するポート番号。このオプションは、HTTPS 以外のパラメーターが使用されていない場合にのみ適用されます (IndividualAuth または OrganizationalAuth が使用されている場合は、HTTPS 以外は無視されます)。",
1313
"symbols/InteractivityPlatform/displayName": "_Interactivity type",
1414
"symbols/InteractivityPlatform/description": "Chooses which hosting platform to use for interactive components",
15+
"symbols/InteractivityPlatform/choices/None/displayName": "None",
1516
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
17+
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
1618
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
19+
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
1720
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
21+
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
1822
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
1923
"symbols/InteractivityLocation/displayName": "_Interactivity location",
2024
"symbols/InteractivityLocation/description": "Chooses which components will have interactive rendering enabled",

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.ko.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212
"symbols/iisHttpsPort/description": "launchSettings.json의 IIS Express 엔드포인트에 사용할 포트 번호입니다. 이 옵션은 매개 변수 no-https가 사용되지 않은 경우에만 적용됩니다(IndividualAuth 또는 OrganizationalAuth가 사용되는 경우 no-https는 무시됨).",
1313
"symbols/InteractivityPlatform/displayName": "_Interactivity type",
1414
"symbols/InteractivityPlatform/description": "Chooses which hosting platform to use for interactive components",
15+
"symbols/InteractivityPlatform/choices/None/displayName": "None",
1516
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
17+
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
1618
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
19+
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
1720
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
21+
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
1822
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
1923
"symbols/InteractivityLocation/displayName": "_Interactivity location",
2024
"symbols/InteractivityLocation/description": "Chooses which components will have interactive rendering enabled",

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.pl.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212
"symbols/iisHttpsPort/description": "Numer portu do użycia dla punktu końcowego HTTPS usług IIS Express w pliku launchSettings.json. Ta opcja ma zastosowanie tylko wtedy, gdy nie jest używany parametr no-https (jeśli zostanie użyte uwierzytelnianie IndividualAuth lub OrganizationalAuth, parametr no-https zostanie zignorowana).",
1313
"symbols/InteractivityPlatform/displayName": "_Interactivity type",
1414
"symbols/InteractivityPlatform/description": "Chooses which hosting platform to use for interactive components",
15+
"symbols/InteractivityPlatform/choices/None/displayName": "None",
1516
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
17+
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
1618
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
19+
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
1720
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
21+
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
1822
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
1923
"symbols/InteractivityLocation/displayName": "_Interactivity location",
2024
"symbols/InteractivityLocation/description": "Chooses which components will have interactive rendering enabled",

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.pt-BR.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212
"symbols/iisHttpsPort/description": "Número da porta a ser usada para o ponto de extremidade HTTPS do IIS Express em launchSettings.json. Essa opção só é aplicável quando o parâmetro no-https não é usado (no-https será ignorado se IndividualAuth ou OrganizationalAuth for usado).",
1313
"symbols/InteractivityPlatform/displayName": "_Interactivity type",
1414
"symbols/InteractivityPlatform/description": "Chooses which hosting platform to use for interactive components",
15+
"symbols/InteractivityPlatform/choices/None/displayName": "None",
1516
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
17+
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
1618
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
19+
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
1720
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
21+
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
1822
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
1923
"symbols/InteractivityLocation/displayName": "_Interactivity location",
2024
"symbols/InteractivityLocation/description": "Chooses which components will have interactive rendering enabled",

0 commit comments

Comments
 (0)