From 3195ee9170d2f03c186824f76222501a628c5149 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 17 Jun 2026 16:25:01 +0200 Subject: [PATCH] Add displayName to template symbols for localization Add displayName properties to bundleId, minOSVersion, deviceFamily, and extensionClassName symbols in all template.json files across iOS, macOS, tvOS, and Mac Catalyst templates. Also add displayName to deviceFamily choice values (Universal, iPhone, iPad). Add corresponding displayName localization keys to all templatestrings.*.json files (14 locales) so the localization pipeline can provide translations. Previously the UI showed raw camelCase identifiers (bundleId, minOSVersion, deviceFamily) instead of human-readable labels. Fixes https://github.com/dotnet/macios/issues/20718 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../localize/templatestrings.cs.json | 6 ++-- .../localize/templatestrings.de.json | 6 ++-- .../localize/templatestrings.en.json | 6 ++-- .../localize/templatestrings.es.json | 6 ++-- .../localize/templatestrings.fr.json | 6 ++-- .../localize/templatestrings.it.json | 6 ++-- .../localize/templatestrings.ja.json | 6 ++-- .../localize/templatestrings.ko.json | 6 ++-- .../localize/templatestrings.pl.json | 6 ++-- .../localize/templatestrings.pt-BR.json | 6 ++-- .../localize/templatestrings.ru.json | 6 ++-- .../localize/templatestrings.tr.json | 6 ++-- .../localize/templatestrings.zh-Hans.json | 6 ++-- .../localize/templatestrings.zh-Hant.json | 6 ++-- .../csharp/.template.config/template.json | 11 ++++-- .../localize/templatestrings.cs.json | 6 ++-- .../localize/templatestrings.de.json | 6 ++-- .../localize/templatestrings.en.json | 6 ++-- .../localize/templatestrings.es.json | 6 ++-- .../localize/templatestrings.fr.json | 6 ++-- .../localize/templatestrings.it.json | 6 ++-- .../localize/templatestrings.ja.json | 6 ++-- .../localize/templatestrings.ko.json | 6 ++-- .../localize/templatestrings.pl.json | 6 ++-- .../localize/templatestrings.pt-BR.json | 6 ++-- .../localize/templatestrings.ru.json | 6 ++-- .../localize/templatestrings.tr.json | 6 ++-- .../localize/templatestrings.zh-Hans.json | 6 ++-- .../localize/templatestrings.zh-Hant.json | 6 ++-- .../.template.config/template.json | 11 ++++-- .../localize/templatestrings.cs.json | 6 ++-- .../localize/templatestrings.de.json | 6 ++-- .../localize/templatestrings.en.json | 6 ++-- .../localize/templatestrings.es.json | 6 ++-- .../localize/templatestrings.fr.json | 6 ++-- .../localize/templatestrings.it.json | 6 ++-- .../localize/templatestrings.ja.json | 6 ++-- .../localize/templatestrings.ko.json | 6 ++-- .../localize/templatestrings.pl.json | 6 ++-- .../localize/templatestrings.pt-BR.json | 6 ++-- .../localize/templatestrings.ru.json | 6 ++-- .../localize/templatestrings.tr.json | 6 ++-- .../localize/templatestrings.zh-Hans.json | 6 ++-- .../localize/templatestrings.zh-Hant.json | 6 ++-- .../csharp/.template.config/template.json | 35 +++++++++++------- .../localize/templatestrings.cs.json | 7 ++-- .../localize/templatestrings.de.json | 7 ++-- .../localize/templatestrings.en.json | 7 ++-- .../localize/templatestrings.es.json | 7 ++-- .../localize/templatestrings.fr.json | 7 ++-- .../localize/templatestrings.it.json | 7 ++-- .../localize/templatestrings.ja.json | 7 ++-- .../localize/templatestrings.ko.json | 7 ++-- .../localize/templatestrings.pl.json | 7 ++-- .../localize/templatestrings.pt-BR.json | 7 ++-- .../localize/templatestrings.ru.json | 7 ++-- .../localize/templatestrings.tr.json | 7 ++-- .../localize/templatestrings.zh-Hans.json | 7 ++-- .../localize/templatestrings.zh-Hant.json | 7 ++-- .../csharp/.template.config/template.json | 36 ++++++++++++------- .../localize/templatestrings.cs.json | 10 ++++-- .../localize/templatestrings.de.json | 10 ++++-- .../localize/templatestrings.en.json | 10 ++++-- .../localize/templatestrings.es.json | 10 ++++-- .../localize/templatestrings.fr.json | 10 ++++-- .../localize/templatestrings.it.json | 10 ++++-- .../localize/templatestrings.ja.json | 10 ++++-- .../localize/templatestrings.ko.json | 10 ++++-- .../localize/templatestrings.pl.json | 10 ++++-- .../localize/templatestrings.pt-BR.json | 10 ++++-- .../localize/templatestrings.ru.json | 10 ++++-- .../localize/templatestrings.tr.json | 10 ++++-- .../localize/templatestrings.zh-Hans.json | 10 ++++-- .../localize/templatestrings.zh-Hant.json | 10 ++++-- .../ios-tabbed/.template.config/template.json | 20 +++++++++-- .../localize/templatestrings.cs.json | 10 ++++-- .../localize/templatestrings.de.json | 10 ++++-- .../localize/templatestrings.en.json | 10 ++++-- .../localize/templatestrings.es.json | 10 ++++-- .../localize/templatestrings.fr.json | 10 ++++-- .../localize/templatestrings.it.json | 10 ++++-- .../localize/templatestrings.ja.json | 10 ++++-- .../localize/templatestrings.ko.json | 10 ++++-- .../localize/templatestrings.pl.json | 10 ++++-- .../localize/templatestrings.pt-BR.json | 10 ++++-- .../localize/templatestrings.ru.json | 10 ++++-- .../localize/templatestrings.tr.json | 10 ++++-- .../localize/templatestrings.zh-Hans.json | 10 ++++-- .../localize/templatestrings.zh-Hant.json | 10 ++++-- .../ios/csharp/.template.config/template.json | 15 ++++++-- .../localize/templatestrings.cs.json | 10 ++++-- .../localize/templatestrings.de.json | 10 ++++-- .../localize/templatestrings.en.json | 10 ++++-- .../localize/templatestrings.es.json | 10 ++++-- .../localize/templatestrings.fr.json | 10 ++++-- .../localize/templatestrings.it.json | 10 ++++-- .../localize/templatestrings.ja.json | 10 ++++-- .../localize/templatestrings.ko.json | 10 ++++-- .../localize/templatestrings.pl.json | 10 ++++-- .../localize/templatestrings.pt-BR.json | 10 ++++-- .../localize/templatestrings.ru.json | 10 ++++-- .../localize/templatestrings.tr.json | 10 ++++-- .../localize/templatestrings.zh-Hans.json | 10 ++++-- .../localize/templatestrings.zh-Hant.json | 10 ++++-- .../ios/fsharp/.template.config/template.json | 15 ++++++-- .../localize/templatestrings.cs.json | 10 ++++-- .../localize/templatestrings.de.json | 10 ++++-- .../localize/templatestrings.en.json | 10 ++++-- .../localize/templatestrings.es.json | 10 ++++-- .../localize/templatestrings.fr.json | 10 ++++-- .../localize/templatestrings.it.json | 10 ++++-- .../localize/templatestrings.ja.json | 10 ++++-- .../localize/templatestrings.ko.json | 10 ++++-- .../localize/templatestrings.pl.json | 10 ++++-- .../localize/templatestrings.pt-BR.json | 10 ++++-- .../localize/templatestrings.ru.json | 10 ++++-- .../localize/templatestrings.tr.json | 10 ++++-- .../localize/templatestrings.zh-Hans.json | 10 ++++-- .../localize/templatestrings.zh-Hant.json | 10 ++++-- .../.template.config/template.json | 15 ++++++-- .../localize/templatestrings.cs.json | 6 ++-- .../localize/templatestrings.de.json | 6 ++-- .../localize/templatestrings.en.json | 6 ++-- .../localize/templatestrings.es.json | 6 ++-- .../localize/templatestrings.fr.json | 6 ++-- .../localize/templatestrings.it.json | 6 ++-- .../localize/templatestrings.ja.json | 6 ++-- .../localize/templatestrings.ko.json | 6 ++-- .../localize/templatestrings.pl.json | 6 ++-- .../localize/templatestrings.pt-BR.json | 6 ++-- .../localize/templatestrings.ru.json | 6 ++-- .../localize/templatestrings.tr.json | 6 ++-- .../localize/templatestrings.zh-Hans.json | 6 ++-- .../localize/templatestrings.zh-Hant.json | 6 ++-- .../csharp/.template.config/template.json | 10 ++++-- .../localize/templatestrings.cs.json | 6 ++-- .../localize/templatestrings.de.json | 6 ++-- .../localize/templatestrings.en.json | 6 ++-- .../localize/templatestrings.es.json | 6 ++-- .../localize/templatestrings.fr.json | 6 ++-- .../localize/templatestrings.it.json | 6 ++-- .../localize/templatestrings.ja.json | 6 ++-- .../localize/templatestrings.ko.json | 6 ++-- .../localize/templatestrings.pl.json | 6 ++-- .../localize/templatestrings.pt-BR.json | 6 ++-- .../localize/templatestrings.ru.json | 6 ++-- .../localize/templatestrings.tr.json | 6 ++-- .../localize/templatestrings.zh-Hans.json | 6 ++-- .../localize/templatestrings.zh-Hant.json | 6 ++-- .../.template.config/template.json | 10 ++++-- .../localize/templatestrings.cs.json | 6 ++-- .../localize/templatestrings.de.json | 6 ++-- .../localize/templatestrings.en.json | 6 ++-- .../localize/templatestrings.es.json | 6 ++-- .../localize/templatestrings.fr.json | 6 ++-- .../localize/templatestrings.it.json | 6 ++-- .../localize/templatestrings.ja.json | 6 ++-- .../localize/templatestrings.ko.json | 6 ++-- .../localize/templatestrings.pl.json | 6 ++-- .../localize/templatestrings.pt-BR.json | 6 ++-- .../localize/templatestrings.ru.json | 6 ++-- .../localize/templatestrings.tr.json | 6 ++-- .../localize/templatestrings.zh-Hans.json | 6 ++-- .../localize/templatestrings.zh-Hant.json | 6 ++-- .../csharp/.template.config/template.json | 11 ++++-- .../localize/templatestrings.cs.json | 6 ++-- .../localize/templatestrings.de.json | 6 ++-- .../localize/templatestrings.en.json | 6 ++-- .../localize/templatestrings.es.json | 6 ++-- .../localize/templatestrings.fr.json | 6 ++-- .../localize/templatestrings.it.json | 6 ++-- .../localize/templatestrings.ja.json | 6 ++-- .../localize/templatestrings.ko.json | 6 ++-- .../localize/templatestrings.pl.json | 6 ++-- .../localize/templatestrings.pt-BR.json | 6 ++-- .../localize/templatestrings.ru.json | 6 ++-- .../localize/templatestrings.tr.json | 6 ++-- .../localize/templatestrings.zh-Hans.json | 6 ++-- .../localize/templatestrings.zh-Hant.json | 6 ++-- .../.template.config/template.json | 11 ++++-- 180 files changed, 1065 insertions(+), 381 deletions(-) diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.cs.json index bb3771dd27d6..4bfd6a354bdb 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.cs.json @@ -3,5 +3,7 @@ "name": "Aplikace Mac Catalyst", "description": "Projekt pro vytvoření aplikace .NET Mac Catalyst", "symbols/bundleId/description": "Přepíše CFBundleIdentifier v souboru Info.plist.", - "symbols/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu." -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu.", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.de.json index 08c0bdb4d449..f0f0f301e190 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.de.json @@ -3,5 +3,7 @@ "name": "Mac Catalyst-Anwendung", "description": "Ein Projekt zum Erstellen einer .NET Mac-Anwendung", "symbols/bundleId/description": "Überschreibt „CFBundleIdentifier“ in „Info.plist“", - "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei." -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei.", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.en.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.en.json index b79fa593846a..6c9529159d23 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.en.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.en.json @@ -3,5 +3,7 @@ "name": "Mac Catalyst Application", "description": "A project for creating a .NET Mac Catalyst application", "symbols/bundleId/description": "Overrides CFBundleIdentifier in the Info.plist", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.es.json index a57a3bd109e5..2ca443316d4c 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.es.json @@ -3,5 +3,7 @@ "name": "Aplicación Mac Catalyst", "description": "Proyecto para crear una aplicación Mac Catalyst de .NET", "symbols/bundleId/description": "Invalida CFBundleIdentifier en Info.plist", - "symbols/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.fr.json index 4e52fbf8d7d1..467a4b011b30 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.fr.json @@ -3,5 +3,7 @@ "name": "Application Mac Catalyst", "description": "Projet de création d’une application Mac Catalyst .NET", "symbols/bundleId/description": "Remplace CFBundleIdentifier dans Info.plist", - "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.it.json index 829483bcaed2..49dcc9b0ce27 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.it.json @@ -3,5 +3,7 @@ "name": "Applicazione Mac Catalyst", "description": "Progetto per la creazione di un'applicazione Mac Catalyst .NET", "symbols/bundleId/description": "Esegue l'override di CFBundleIdentifier in Info.plist", - "symbols/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.ja.json index 960891a9eecd..df097d893ea5 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.ja.json @@ -3,5 +3,7 @@ "name": "Mac Catalyst アプリケーション", "description": ".NET Mac Catalyst アプリケーションを作成するためのプロジェクト", "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", - "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.ko.json index 6a45bf3f84f1..e165319b97ad 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.ko.json @@ -3,5 +3,7 @@ "name": "Mac Catalyst 애플리케이션", "description": ".NET Mac Catalyst 애플리케이션을 만들기 위한 프로젝트", "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", - "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.pl.json index c4b7e2936859..9d9e46866281 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.pl.json @@ -3,5 +3,7 @@ "name": "Aplikacja Mac Catalyst", "description": "Projekt służący do tworzenia aplikacji platformy .NET Mac Catalyst", "symbols/bundleId/description": "Nadpisuje element CFBundleIdentifier w pliku Info.plist", - "symbols/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.pt-BR.json index eda65fceac90..ea6eb0fe3c19 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.pt-BR.json @@ -3,5 +3,7 @@ "name": "Aplicativo Mac Catalyst", "description": "Um projeto para criar um aplicativo .NET Mac Catalyst", "symbols/bundleId/description": "Substitui o CFBundleIdentifier no Info.plist", - "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.ru.json index d4c5bad09d12..36e21be34e35 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.ru.json @@ -3,5 +3,7 @@ "name": "Приложение Mac Catalyst", "description": "Проект для создания приложения .NET Mac Catalyst", "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", - "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.tr.json index e772d5e62107..2663310b1760 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.tr.json @@ -3,5 +3,7 @@ "name": "Mac Catalyst Uygulaması", "description": ".NET Mac Catalyst uygulaması oluşturmaya yönelik bir proje", "symbols/bundleId/description": "Info.plist dosyasındaki CFBundleIdentifier öğesini geçersiz kılar", - "symbols/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.zh-Hans.json index ab85ef428858..511494929ba6 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.zh-Hans.json @@ -3,5 +3,7 @@ "name": "Mac Catalyst 应用程序", "description": "用于创建 .NET Mac Catalyst 应用程序的项目", "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", - "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.zh-Hant.json index 43e7f114e62f..ea96fa427eef 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/localize/templatestrings.zh-Hant.json @@ -3,5 +3,7 @@ "name": "Mac Catalyst 應用程式", "description": "用於建立 .NET Mac Catalyst 應用程式的專案", "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", - "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/template.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/template.json index e70e20fec733..14f885c50047 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/template.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/csharp/.template.config/template.json @@ -1,7 +1,10 @@ { "$schema": "http://json.schemastore.org/template", "author": "Microsoft", - "classifications": [ "macOS", "Mac Catalyst" ], + "classifications": [ + "macOS", + "Mac Catalyst" + ], "groupIdentity": "Microsoft.MacCatalyst.MacCatalystApp", "identity": "Microsoft.MacCatalyst.MacCatalystApp.CSharp", "name": "Mac Catalyst Application", @@ -21,17 +24,21 @@ ], "preferNameDirectory": true, "primaryOutputs": [ - { "path": "MacCatalystApp1.csproj" } + { + "path": "MacCatalystApp1.csproj" + } ], "symbols": { "bundleId": { "type": "parameter", + "displayName": "Bundle ID", "description": "Overrides CFBundleIdentifier in the Info.plist", "datatype": "string", "replaces": "com.companyname.MacCatalystApp1" }, "minOSVersion": { "type": "parameter", + "displayName": "Minimum OS version", "description": "Overrides SupportedOSPlatformVersion in the project file", "replaces": "minOSVersion", "datatype": "string", diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.cs.json index bb3771dd27d6..4bfd6a354bdb 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.cs.json @@ -3,5 +3,7 @@ "name": "Aplikace Mac Catalyst", "description": "Projekt pro vytvoření aplikace .NET Mac Catalyst", "symbols/bundleId/description": "Přepíše CFBundleIdentifier v souboru Info.plist.", - "symbols/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu." -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu.", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.de.json index 08c0bdb4d449..f0f0f301e190 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.de.json @@ -3,5 +3,7 @@ "name": "Mac Catalyst-Anwendung", "description": "Ein Projekt zum Erstellen einer .NET Mac-Anwendung", "symbols/bundleId/description": "Überschreibt „CFBundleIdentifier“ in „Info.plist“", - "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei." -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei.", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.en.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.en.json index b79fa593846a..6c9529159d23 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.en.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.en.json @@ -3,5 +3,7 @@ "name": "Mac Catalyst Application", "description": "A project for creating a .NET Mac Catalyst application", "symbols/bundleId/description": "Overrides CFBundleIdentifier in the Info.plist", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.es.json index a57a3bd109e5..2ca443316d4c 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.es.json @@ -3,5 +3,7 @@ "name": "Aplicación Mac Catalyst", "description": "Proyecto para crear una aplicación Mac Catalyst de .NET", "symbols/bundleId/description": "Invalida CFBundleIdentifier en Info.plist", - "symbols/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.fr.json index 4e52fbf8d7d1..467a4b011b30 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.fr.json @@ -3,5 +3,7 @@ "name": "Application Mac Catalyst", "description": "Projet de création d’une application Mac Catalyst .NET", "symbols/bundleId/description": "Remplace CFBundleIdentifier dans Info.plist", - "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.it.json index 829483bcaed2..49dcc9b0ce27 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.it.json @@ -3,5 +3,7 @@ "name": "Applicazione Mac Catalyst", "description": "Progetto per la creazione di un'applicazione Mac Catalyst .NET", "symbols/bundleId/description": "Esegue l'override di CFBundleIdentifier in Info.plist", - "symbols/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.ja.json index 960891a9eecd..df097d893ea5 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.ja.json @@ -3,5 +3,7 @@ "name": "Mac Catalyst アプリケーション", "description": ".NET Mac Catalyst アプリケーションを作成するためのプロジェクト", "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", - "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.ko.json index 6a45bf3f84f1..e165319b97ad 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.ko.json @@ -3,5 +3,7 @@ "name": "Mac Catalyst 애플리케이션", "description": ".NET Mac Catalyst 애플리케이션을 만들기 위한 프로젝트", "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", - "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.pl.json index c4b7e2936859..9d9e46866281 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.pl.json @@ -3,5 +3,7 @@ "name": "Aplikacja Mac Catalyst", "description": "Projekt służący do tworzenia aplikacji platformy .NET Mac Catalyst", "symbols/bundleId/description": "Nadpisuje element CFBundleIdentifier w pliku Info.plist", - "symbols/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.pt-BR.json index eda65fceac90..ea6eb0fe3c19 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.pt-BR.json @@ -3,5 +3,7 @@ "name": "Aplicativo Mac Catalyst", "description": "Um projeto para criar um aplicativo .NET Mac Catalyst", "symbols/bundleId/description": "Substitui o CFBundleIdentifier no Info.plist", - "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.ru.json index 4fabd19a4c4e..c6b1bc4bdc36 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.ru.json @@ -3,5 +3,7 @@ "name": "Приложение Mac Catalyst", "description": "Проект для создания приложения .NET Mac Catalyst", "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", - "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.tr.json index e772d5e62107..2663310b1760 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.tr.json @@ -3,5 +3,7 @@ "name": "Mac Catalyst Uygulaması", "description": ".NET Mac Catalyst uygulaması oluşturmaya yönelik bir proje", "symbols/bundleId/description": "Info.plist dosyasındaki CFBundleIdentifier öğesini geçersiz kılar", - "symbols/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.zh-Hans.json index ab85ef428858..511494929ba6 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.zh-Hans.json @@ -3,5 +3,7 @@ "name": "Mac Catalyst 应用程序", "description": "用于创建 .NET Mac Catalyst 应用程序的项目", "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", - "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.zh-Hant.json index 43e7f114e62f..ea96fa427eef 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/localize/templatestrings.zh-Hant.json @@ -3,5 +3,7 @@ "name": "Mac Catalyst 應用程式", "description": "用於建立 .NET Mac Catalyst 應用程式的專案", "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", - "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/template.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/template.json index a286df84e9cc..5741ddec3cd4 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/template.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/visualbasic/.template.config/template.json @@ -1,7 +1,10 @@ { "$schema": "http://json.schemastore.org/template", "author": "Microsoft", - "classifications": [ "macOS", "Mac Catalyst" ], + "classifications": [ + "macOS", + "Mac Catalyst" + ], "groupIdentity": "Microsoft.MacCatalyst.MacCatalystApp", "identity": "Microsoft.MacCatalyst.MacCatalystApp.VisualBasic", "name": "Mac Catalyst Application", @@ -21,17 +24,21 @@ ], "preferNameDirectory": true, "primaryOutputs": [ - { "path": "MacCatalystApp1.vbproj" } + { + "path": "MacCatalystApp1.vbproj" + } ], "symbols": { "bundleId": { "type": "parameter", + "displayName": "Bundle ID", "description": "Overrides CFBundleIdentifier in the Info.plist", "datatype": "string", "replaces": "com.companyname.MacCatalystApp1" }, "minOSVersion": { "type": "parameter", + "displayName": "Minimum OS version", "description": "Overrides SupportedOSPlatformVersion in the project file", "replaces": "minOSVersion", "datatype": "string", diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.cs.json index 13f5043cb6c2..160fe95ea745 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.cs.json @@ -5,5 +5,7 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.de.json index 13f5043cb6c2..160fe95ea745 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.de.json @@ -5,5 +5,7 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.en.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.en.json index 13f5043cb6c2..160fe95ea745 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.en.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.en.json @@ -5,5 +5,7 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.es.json index 13f5043cb6c2..160fe95ea745 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.es.json @@ -5,5 +5,7 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.fr.json index 13f5043cb6c2..160fe95ea745 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.fr.json @@ -5,5 +5,7 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.it.json index 13f5043cb6c2..160fe95ea745 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.it.json @@ -5,5 +5,7 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.ja.json index 13f5043cb6c2..160fe95ea745 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.ja.json @@ -5,5 +5,7 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.ko.json index 13f5043cb6c2..160fe95ea745 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.ko.json @@ -5,5 +5,7 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.pl.json index 13f5043cb6c2..160fe95ea745 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.pl.json @@ -5,5 +5,7 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.pt-BR.json index 13f5043cb6c2..160fe95ea745 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.pt-BR.json @@ -5,5 +5,7 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.ru.json index 13f5043cb6c2..160fe95ea745 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.ru.json @@ -5,5 +5,7 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.tr.json index 13f5043cb6c2..160fe95ea745 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.tr.json @@ -5,5 +5,7 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.zh-Hans.json index 13f5043cb6c2..160fe95ea745 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.zh-Hans.json @@ -5,5 +5,7 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.zh-Hant.json index 13f5043cb6c2..160fe95ea745 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/localize/templatestrings.zh-Hant.json @@ -5,5 +5,7 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/template.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/template.json index f4a50160bb18..2faed6e037d6 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/template.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-content-extension/csharp/.template.config/template.json @@ -1,7 +1,10 @@ { "$schema": "http://json.schemastore.org/template", "author": "Microsoft", - "classifications": [ "iOS", "Mobile" ], + "classifications": [ + "iOS", + "Mobile" + ], "groupIdentity": "Microsoft.iOS.iOSNotificationContentExtension", "identity": "Microsoft.iOS.iOSNotificationContentExtension.CSharp", "name": "iOS Notification Content Extension", @@ -20,27 +23,35 @@ ], "preferNameDirectory": true, "primaryOutputs": [ - { "path": "iOSNotificationContentExtension1.csproj" } + { + "path": "iOSNotificationContentExtension1.csproj" + } + ], + "postActions": [ + { + "id": "addProjectReference", + "actionId": "AC1156F7-BB77-4DB8-B28F-24EEBCCA1E5C", + "description": "Add project reference in main app's project file", + "sourceName": "iOSNotificationContentExtension1.csproj", + "applyFileRenamesToManualInstructions": true, + "manualInstructions": [ + { + "text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n" + } + ] + } ], - "postActions": [{ - "id": "addProjectReference", - "actionId": "AC1156F7-BB77-4DB8-B28F-24EEBCCA1E5C", - "description": "Add project reference in main app's project file", - "sourceName": "iOSNotificationContentExtension1.csproj", - "applyFileRenamesToManualInstructions": true, - "manualInstructions": [{ - "text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n" - }] - }], "symbols": { "bundleId": { "type": "parameter", + "displayName": "Bundle ID", "description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", "datatype": "string", "replaces": "com.companyname.iOSApp1" }, "minOSVersion": { "type": "parameter", + "displayName": "Minimum OS version", "description": "Overrides SupportedOSPlatformVersion in the project file", "replaces": "minOSVersion", "datatype": "string", diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.cs.json index 3ccd7c5f10ab..76c51d122a98 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.cs.json @@ -5,6 +5,9 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", - "symbols/extensionClassName/description": "The name of the notification service extension class" -} \ No newline at end of file + "symbols/minOSVersion/displayName": "Minimum OS version", + "symbols/extensionClassName/description": "The name of the notification service extension class", + "symbols/extensionClassName/displayName": "Extension class name" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.de.json index 3ccd7c5f10ab..76c51d122a98 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.de.json @@ -5,6 +5,9 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", - "symbols/extensionClassName/description": "The name of the notification service extension class" -} \ No newline at end of file + "symbols/minOSVersion/displayName": "Minimum OS version", + "symbols/extensionClassName/description": "The name of the notification service extension class", + "symbols/extensionClassName/displayName": "Extension class name" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.en.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.en.json index 3ccd7c5f10ab..76c51d122a98 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.en.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.en.json @@ -5,6 +5,9 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", - "symbols/extensionClassName/description": "The name of the notification service extension class" -} \ No newline at end of file + "symbols/minOSVersion/displayName": "Minimum OS version", + "symbols/extensionClassName/description": "The name of the notification service extension class", + "symbols/extensionClassName/displayName": "Extension class name" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.es.json index 3ccd7c5f10ab..76c51d122a98 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.es.json @@ -5,6 +5,9 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", - "symbols/extensionClassName/description": "The name of the notification service extension class" -} \ No newline at end of file + "symbols/minOSVersion/displayName": "Minimum OS version", + "symbols/extensionClassName/description": "The name of the notification service extension class", + "symbols/extensionClassName/displayName": "Extension class name" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.fr.json index 3ccd7c5f10ab..76c51d122a98 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.fr.json @@ -5,6 +5,9 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", - "symbols/extensionClassName/description": "The name of the notification service extension class" -} \ No newline at end of file + "symbols/minOSVersion/displayName": "Minimum OS version", + "symbols/extensionClassName/description": "The name of the notification service extension class", + "symbols/extensionClassName/displayName": "Extension class name" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.it.json index 3ccd7c5f10ab..76c51d122a98 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.it.json @@ -5,6 +5,9 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", - "symbols/extensionClassName/description": "The name of the notification service extension class" -} \ No newline at end of file + "symbols/minOSVersion/displayName": "Minimum OS version", + "symbols/extensionClassName/description": "The name of the notification service extension class", + "symbols/extensionClassName/displayName": "Extension class name" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.ja.json index 3ccd7c5f10ab..76c51d122a98 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.ja.json @@ -5,6 +5,9 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", - "symbols/extensionClassName/description": "The name of the notification service extension class" -} \ No newline at end of file + "symbols/minOSVersion/displayName": "Minimum OS version", + "symbols/extensionClassName/description": "The name of the notification service extension class", + "symbols/extensionClassName/displayName": "Extension class name" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.ko.json index 3ccd7c5f10ab..76c51d122a98 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.ko.json @@ -5,6 +5,9 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", - "symbols/extensionClassName/description": "The name of the notification service extension class" -} \ No newline at end of file + "symbols/minOSVersion/displayName": "Minimum OS version", + "symbols/extensionClassName/description": "The name of the notification service extension class", + "symbols/extensionClassName/displayName": "Extension class name" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.pl.json index 3ccd7c5f10ab..76c51d122a98 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.pl.json @@ -5,6 +5,9 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", - "symbols/extensionClassName/description": "The name of the notification service extension class" -} \ No newline at end of file + "symbols/minOSVersion/displayName": "Minimum OS version", + "symbols/extensionClassName/description": "The name of the notification service extension class", + "symbols/extensionClassName/displayName": "Extension class name" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.pt-BR.json index 3ccd7c5f10ab..76c51d122a98 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.pt-BR.json @@ -5,6 +5,9 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", - "symbols/extensionClassName/description": "The name of the notification service extension class" -} \ No newline at end of file + "symbols/minOSVersion/displayName": "Minimum OS version", + "symbols/extensionClassName/description": "The name of the notification service extension class", + "symbols/extensionClassName/displayName": "Extension class name" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.ru.json index 3ccd7c5f10ab..76c51d122a98 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.ru.json @@ -5,6 +5,9 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", - "symbols/extensionClassName/description": "The name of the notification service extension class" -} \ No newline at end of file + "symbols/minOSVersion/displayName": "Minimum OS version", + "symbols/extensionClassName/description": "The name of the notification service extension class", + "symbols/extensionClassName/displayName": "Extension class name" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.tr.json index 3ccd7c5f10ab..76c51d122a98 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.tr.json @@ -5,6 +5,9 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", - "symbols/extensionClassName/description": "The name of the notification service extension class" -} \ No newline at end of file + "symbols/minOSVersion/displayName": "Minimum OS version", + "symbols/extensionClassName/description": "The name of the notification service extension class", + "symbols/extensionClassName/displayName": "Extension class name" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.zh-Hans.json index 3ccd7c5f10ab..76c51d122a98 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.zh-Hans.json @@ -5,6 +5,9 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", - "symbols/extensionClassName/description": "The name of the notification service extension class" -} \ No newline at end of file + "symbols/minOSVersion/displayName": "Minimum OS version", + "symbols/extensionClassName/description": "The name of the notification service extension class", + "symbols/extensionClassName/displayName": "Extension class name" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.zh-Hant.json index 3ccd7c5f10ab..76c51d122a98 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/localize/templatestrings.zh-Hant.json @@ -5,6 +5,9 @@ "postActions/addProjectReference/description": "Add project reference in main app's project file", "postActions/addProjectReference/manualInstructions/default/text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n", "symbols/bundleId/description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", - "symbols/extensionClassName/description": "The name of the notification service extension class" -} \ No newline at end of file + "symbols/minOSVersion/displayName": "Minimum OS version", + "symbols/extensionClassName/description": "The name of the notification service extension class", + "symbols/extensionClassName/displayName": "Extension class name" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/template.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/template.json index a06d8310337e..1dd5d461b3e2 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/template.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-notification-service-extension/csharp/.template.config/template.json @@ -1,7 +1,10 @@ { "$schema": "http://json.schemastore.org/template", "author": "Microsoft", - "classifications": [ "iOS", "Mobile" ], + "classifications": [ + "iOS", + "Mobile" + ], "groupIdentity": "Microsoft.iOS.iOSNotificationServiceExtension", "identity": "Microsoft.iOS.iOSNotificationServiceExtension.CSharp", "name": "iOS Notification Service Extension", @@ -20,27 +23,35 @@ ], "preferNameDirectory": true, "primaryOutputs": [ - { "path": "iOSNotificationServiceExtension1.csproj" } + { + "path": "iOSNotificationServiceExtension1.csproj" + } + ], + "postActions": [ + { + "id": "addProjectReference", + "actionId": "AC1156F7-BB77-4DB8-B28F-24EEBCCA1E5C", + "description": "Add project reference in main app's project file", + "sourceName": "iOSNotificationServiceExtension1.csproj", + "applyFileRenamesToManualInstructions": true, + "manualInstructions": [ + { + "text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n" + } + ] + } ], - "postActions": [{ - "id": "addProjectReference", - "actionId": "AC1156F7-BB77-4DB8-B28F-24EEBCCA1E5C", - "description": "Add project reference in main app's project file", - "sourceName": "iOSNotificationServiceExtension1.csproj", - "applyFileRenamesToManualInstructions": true, - "manualInstructions": [{ - "text": "The final step is to add a reference to this newly created project in the main app's project file, like this:\n\n\t\n\t\t\n\t\t\ttrue\n\t\t\n\t\n" - }] - }], "symbols": { "bundleId": { "type": "parameter", + "displayName": "Bundle ID", "description": "The bundle identifier (CFBundleIdentifier from the Info.plist, or ApplicationId from the project file) for the parent iOS project", "datatype": "string", "replaces": "com.companyname.iOSApp1" }, "minOSVersion": { "type": "parameter", + "displayName": "Minimum OS version", "description": "Overrides SupportedOSPlatformVersion in the project file", "replaces": "minOSVersion", "datatype": "string", @@ -48,6 +59,7 @@ }, "extensionClassName": { "type": "parameter", + "displayName": "Extension class name", "description": "The name of the notification service extension class", "replaces": "NotificationServiceClass", "datatype": "string", diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.cs.json index 04ea495f6f96..ee821715a5a5 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.cs.json @@ -3,8 +3,14 @@ "name": "iOS aplikace s kartami", "description": "Projekt pro vytvoření aplikace s kartami .NET pro iOS", "symbols/bundleId/description": "Přepíše CFBundleIdentifier v souboru Info.plist.", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu.", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Podpora zařízení iPhone i iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Podpora pouze zařízení iPhone", - "symbols/deviceFamily/choices/ipad/description": "Podpora pouze zařízení iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Podpora pouze zařízení iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.de.json index 8ab877c975e0..2b7d3c68a671 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.de.json @@ -3,8 +3,14 @@ "name": "iOS-Anwendung mit Registerkarten", "description": "Ein Projekt zum Erstellen einer .NET iOS-Anwendung mit Registerkarten", "symbols/bundleId/description": "Überschreibt „CFBundleIdentifier“ in „Info.plist“", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei.", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "iPhone- und iPad-Geräte unterstützen", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Nur iPhone-Geräte unterstützen", - "symbols/deviceFamily/choices/ipad/description": "Nur iPad-Geräte unterstützen" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Nur iPad-Geräte unterstützen", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.en.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.en.json index 254d8f669c55..81743d1afdea 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.en.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.en.json @@ -3,8 +3,14 @@ "name": "iOS Tabbed Application", "description": "A project for creating a .NET iOS tabbed application", "symbols/bundleId/description": "Overrides CFBundleIdentifier in the Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Support both iPhone and iPad devices", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Support only iPhone devices", - "symbols/deviceFamily/choices/ipad/description": "Support only iPad devices" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Support only iPad devices", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.es.json index f7c90d2d53f1..6ac38dd3375f 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.es.json @@ -3,8 +3,14 @@ "name": "Aplicación con pestañas de iOS", "description": "Proyecto para crear una aplicación con pestañas de iOS de .NET", "symbols/bundleId/description": "Invalida CFBundleIdentifier en Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Compatibilidad con dispositivos iPhone y iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Admitir solo dispositivos iPhone", - "symbols/deviceFamily/choices/ipad/description": "Admitir solo dispositivos iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Admitir solo dispositivos iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.fr.json index 2bb05a6b7abf..2d62784435dc 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.fr.json @@ -3,8 +3,14 @@ "name": "Application à onglets iOS", "description": "Projet de création d’une application à onglets .NET iOS", "symbols/bundleId/description": "Remplace CFBundleIdentifier dans Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Prendre en charge les appareils iPhone et iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Prendre en charge uniquement les appareils iPhone", - "symbols/deviceFamily/choices/ipad/description": "Prendre en charge uniquement les appareils iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Prendre en charge uniquement les appareils iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.it.json index 55682da3853d..38b14494465f 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.it.json @@ -3,8 +3,14 @@ "name": "Applicazione a schede iOS", "description": "Progetto per la creazione di un'applicazione a schede iOS .NET", "symbols/bundleId/description": "Esegue l'override di CFBundleIdentifier in Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Supporta dispositivi iPhone e iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Supporta solo dispositivi iPhone", - "symbols/deviceFamily/choices/ipad/description": "Supporta solo dispositivi iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Supporta solo dispositivi iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.ja.json index 4cfc70f9f503..362c58539945 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.ja.json @@ -3,8 +3,14 @@ "name": "iOS タブ付きアプリケーション", "description": ".NET iOS タブ付きアプリケーションを作成するためのプロジェクト", "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "iPhone デバイスと iPad デバイスの両方をサポートする", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "iPhone デバイスのみをサポート", - "symbols/deviceFamily/choices/ipad/description": "iPad デバイスのみをサポート" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "iPad デバイスのみをサポート", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.ko.json index df69ce419c7f..cbe379f18d62 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.ko.json @@ -3,8 +3,14 @@ "name": "iOS 탭 애플리케이션", "description": ".NET iOS 탭 애플리케이션을 만들기 위한 프로젝트", "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "iPhone 및 iPad 디바이스 모두 지원", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "iPhone 디바이스만 지원", - "symbols/deviceFamily/choices/ipad/description": "iPad 디바이스만 지원" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "iPad 디바이스만 지원", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.pl.json index dab2c4b9a229..dcb286e9d559 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.pl.json @@ -3,8 +3,14 @@ "name": "Aplikacja z kartami dla systemu iOS", "description": "Projekt służący do tworzenia aplikacji z kartami platformy .NET dla systemu iOS", "symbols/bundleId/description": "Nadpisuje element CFBundleIdentifier w pliku Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Obsługa urządzeń iPhone i iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Obsługa tylko urządzeń iPhone", - "symbols/deviceFamily/choices/ipad/description": "Obsługa tylko urządzeń iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Obsługa tylko urządzeń iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.pt-BR.json index 9f0825281479..a4311c1cd9f4 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.pt-BR.json @@ -3,8 +3,14 @@ "name": "Aplicativo com guias do iOS", "description": "Um projeto para criar um aplicativo iOS .NET com guias", "symbols/bundleId/description": "Substitui o CFBundleIdentifier no Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Dar suporte aos dispositivos iPhone e iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Oferecer suporte somente aos dispositivos iPhone", - "symbols/deviceFamily/choices/ipad/description": "Oferecer suporte somente aos dispositivos iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Oferecer suporte somente aos dispositivos iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.ru.json index f6fb686f136b..26324ca5b43f 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.ru.json @@ -3,8 +3,14 @@ "name": "Приложение iOS с вкладками", "description": "Проект для создания приложения .NET с вкладками для iOS", "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Поддержка устройств iPhone и iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Поддерживаются только устройства iPhone", - "symbols/deviceFamily/choices/ipad/description": "Поддерживаются только устройства iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Поддерживаются только устройства iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.tr.json index f06a6bbebe70..b92bacfff9b4 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.tr.json @@ -3,8 +3,14 @@ "name": "iOS Sekmeli Uygulaması", "description": "Bir .NET iOS sekmeli uygulaması oluşturmaya yönelik proje", "symbols/bundleId/description": "Info.plist dosyasındaki CFBundleIdentifier öğesini geçersiz kılar", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Hem iPhone hem de iPad cihazları için destek", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Yalnızca iPhone cihazları için destek", - "symbols/deviceFamily/choices/ipad/description": "Yalnızca iPad cihazları için destek" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Yalnızca iPad cihazları için destek", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.zh-Hans.json index cae3104224ef..3d978de251d3 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.zh-Hans.json @@ -3,8 +3,14 @@ "name": "iOS 选项卡式应用程序", "description": "用于创建 .NET iOS 选项卡式应用程序的项目", "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "同时支持 iPhone 和 iPad 设备", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "仅支持 iPhone 设备", - "symbols/deviceFamily/choices/ipad/description": "仅支持 iPad 设备" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "仅支持 iPad 设备", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.zh-Hant.json index 5a46e20a3004..85bd71283866 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/localize/templatestrings.zh-Hant.json @@ -3,8 +3,14 @@ "name": "iOS Tabbed 應用程式", "description": "用於建立 .NET iOS Tab 鍵式應用程式的專案", "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "同時支援 iPhone 與 iPad 裝置", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "僅支援 iPhone 裝置", - "symbols/deviceFamily/choices/ipad/description": "僅支援 iPad 裝置" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "僅支援 iPad 裝置", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/template.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/template.json index f4ef7a06de65..1ef6c8d6da06 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/template.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-tabbed/.template.config/template.json @@ -1,7 +1,10 @@ { "$schema": "http://json.schemastore.org/template", "author": "Microsoft", - "classifications": [ "iOS", "Mobile" ], + "classifications": [ + "iOS", + "Mobile" + ], "identity": "Microsoft.iOS.iOSTabbedApp", "name": "iOS Tabbed Application", "description": "A project for creating a .NET iOS tabbed application", @@ -15,22 +18,29 @@ { "source": "./", "target": "./", - "copyOnly": [ "**/*.png", "**/*.pdf" ] + "copyOnly": [ + "**/*.png", + "**/*.pdf" + ] } ], "preferNameDirectory": true, "primaryOutputs": [ - { "path": "iOSTabbedApp1.csproj" } + { + "path": "iOSTabbedApp1.csproj" + } ], "symbols": { "bundleId": { "type": "parameter", + "displayName": "Bundle ID", "description": "Overrides CFBundleIdentifier in the Info.plist", "datatype": "string", "replaces": "com.companyname.iOSTabbedApp1" }, "minOSVersion": { "type": "parameter", + "displayName": "Minimum OS version", "description": "Overrides SupportedOSPlatformVersion in the project file", "replaces": "minOSVersion", "datatype": "string", @@ -38,19 +48,23 @@ }, "deviceFamily": { "type": "parameter", + "displayName": "Device family", "datatype": "choice", "defaultValue": "universal", "choices": [ { "choice": "universal", + "displayName": "Universal", "description": "Support both iPhone and iPad devices" }, { "choice": "iphone", + "displayName": "iPhone", "description": "Support only iPhone devices" }, { "choice": "ipad", + "displayName": "iPad", "description": "Support only iPad devices" } ] diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.cs.json index ffdaf620991e..86166230e023 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.cs.json @@ -3,8 +3,14 @@ "name": "Aplikace pro iOS", "description": "Projekt pro vytvoření aplikace .NET pro iOS", "symbols/bundleId/description": "Přepíše CFBundleIdentifier v souboru Info.plist.", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu.", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Podpora zařízení iPhone i iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Podpora pouze zařízení iPhone", - "symbols/deviceFamily/choices/ipad/description": "Podpora pouze zařízení iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Podpora pouze zařízení iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.de.json index 4ad3f881d371..669973ddf2d0 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.de.json @@ -3,8 +3,14 @@ "name": "iOS-Anwendung", "description": "Ein Projekt zum Erstellen einer .NET iOS-Anwendung", "symbols/bundleId/description": "Überschreibt „CFBundleIdentifier“ in „Info.plist“", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei.", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "iPhone- und iPad-Geräte unterstützen", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Nur iPhone-Geräte unterstützen", - "symbols/deviceFamily/choices/ipad/description": "Nur iPad-Geräte unterstützen" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Nur iPad-Geräte unterstützen", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.en.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.en.json index 373f33680799..7abdd6d5187f 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.en.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.en.json @@ -3,8 +3,14 @@ "name": "iOS Application", "description": "A project for creating a .NET iOS application", "symbols/bundleId/description": "Overrides CFBundleIdentifier in the Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Support both iPhone and iPad devices", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Support only iPhone devices", - "symbols/deviceFamily/choices/ipad/description": "Support only iPad devices" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Support only iPad devices", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.es.json index 6c5174946593..6b94a705e371 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.es.json @@ -3,8 +3,14 @@ "name": "Aplicación de iOS", "description": "Proyecto para crear una aplicación de iOS de .NET", "symbols/bundleId/description": "Invalida CFBundleIdentifier en Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Compatibilidad con dispositivos iPhone y iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Admitir solo dispositivos iPhone", - "symbols/deviceFamily/choices/ipad/description": "Admitir solo dispositivos iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Admitir solo dispositivos iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.fr.json index 0bf866bbe354..a5af677c3b1e 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.fr.json @@ -3,8 +3,14 @@ "name": "Application iOS", "description": "Projet de création d’une application .NET iOS", "symbols/bundleId/description": "Remplace CFBundleIdentifier dans Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Prendre en charge les appareils iPhone et iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Prendre en charge uniquement les appareils iPhone", - "symbols/deviceFamily/choices/ipad/description": "Prendre en charge uniquement les appareils iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Prendre en charge uniquement les appareils iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.it.json index 762e7614dc02..9f6ac36d7790 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.it.json @@ -3,8 +3,14 @@ "name": "Applicazione iOS", "description": "Progetto per la creazione di un'applicazione iOS .NET", "symbols/bundleId/description": "Esegue l'override di CFBundleIdentifier in Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Supporta dispositivi iPhone e iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Supporta solo dispositivi iPhone", - "symbols/deviceFamily/choices/ipad/description": "Supporta solo dispositivi iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Supporta solo dispositivi iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.ja.json index dcdba082186b..f83ad18af8e1 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.ja.json @@ -3,8 +3,14 @@ "name": "iOS アプリケーション", "description": ".NET iOS アプリケーションを作成するためのプロジェクト", "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "iPhone デバイスと iPad デバイスの両方をサポートする", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "iPhone デバイスのみをサポート", - "symbols/deviceFamily/choices/ipad/description": "iPad デバイスのみをサポート" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "iPad デバイスのみをサポート", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.ko.json index bd4e91231a2e..5b2961d5aeb8 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.ko.json @@ -3,8 +3,14 @@ "name": "iOS 애플리케이션", "description": ".NET iOS 애플리케이션을 만들기 위한 프로젝트", "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "iPhone 및 iPad 디바이스 모두 지원", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "iPhone 디바이스만 지원", - "symbols/deviceFamily/choices/ipad/description": "iPad 디바이스만 지원" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "iPad 디바이스만 지원", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.pl.json index 04dbcacf0c5f..550a809c0e44 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.pl.json @@ -3,8 +3,14 @@ "name": "Aplikacja systemu iOS", "description": "Projekt służący do tworzenia aplikacji platformy .NET 6 dla systemu iOS", "symbols/bundleId/description": "Nadpisuje element CFBundleIdentifier w pliku Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Obsługa urządzeń iPhone i iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Obsługa tylko urządzeń iPhone", - "symbols/deviceFamily/choices/ipad/description": "Obsługa tylko urządzeń iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Obsługa tylko urządzeń iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.pt-BR.json index f9c2fc01854a..4530a088f7b7 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.pt-BR.json @@ -3,8 +3,14 @@ "name": "Aplicativo iOS", "description": "Um projeto para criar um aplicativo iOS .NET", "symbols/bundleId/description": "Substitui o CFBundleIdentifier no Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Dar suporte aos dispositivos iPhone e iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Oferecer suporte somente aos dispositivos iPhone", - "symbols/deviceFamily/choices/ipad/description": "Oferecer suporte somente aos dispositivos iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Oferecer suporte somente aos dispositivos iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.ru.json index 49f509afb571..dd19f5eef4c3 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.ru.json @@ -3,8 +3,14 @@ "name": "Приложение iOS", "description": "Проект для создания приложения .NET для iOS", "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Поддержка устройств iPhone и iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Поддерживаются только устройства iPhone", - "symbols/deviceFamily/choices/ipad/description": "Поддерживаются только устройства iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Поддерживаются только устройства iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.tr.json index 1b16e4e0db8a..d142bd88d6ac 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.tr.json @@ -3,8 +3,14 @@ "name": "iOS Uygulaması", "description": "Bir .NET iOS uygulaması oluşturmaya yönelik proje", "symbols/bundleId/description": "Info.plist dosyasındaki CFBundleIdentifier öğesini geçersiz kılar", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Hem iPhone hem de iPad cihazları için destek", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Yalnızca iPhone cihazları için destek", - "symbols/deviceFamily/choices/ipad/description": "Yalnızca iPad cihazları için destek" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Yalnızca iPad cihazları için destek", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.zh-Hans.json index 37612934a14c..9547147953a9 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.zh-Hans.json @@ -3,8 +3,14 @@ "name": "iOS 应用程序", "description": "用于创建 .NET iOS 应用程序的项目", "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "同时支持 iPhone 和 iPad 设备", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "仅支持 iPhone 设备", - "symbols/deviceFamily/choices/ipad/description": "仅支持 iPad 设备" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "仅支持 iPad 设备", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.zh-Hant.json index 34f42407fc14..404d07dac701 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/localize/templatestrings.zh-Hant.json @@ -3,8 +3,14 @@ "name": "iOS 應用程式", "description": "用於建立 .NET 6 iOS 應用程式的專案", "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "同時支援 iPhone 與 iPad 裝置", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "僅支援 iPhone 裝置", - "symbols/deviceFamily/choices/ipad/description": "僅支援 iPad 裝置" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "僅支援 iPad 裝置", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/template.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/template.json index 754fddc35de4..44b0d74ed2dd 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/template.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/csharp/.template.config/template.json @@ -1,7 +1,10 @@ { "$schema": "http://json.schemastore.org/template", "author": "Microsoft", - "classifications": [ "iOS", "Mobile" ], + "classifications": [ + "iOS", + "Mobile" + ], "groupIdentity": "Microsoft.iOS.iOSApp", "identity": "Microsoft.iOS.iOSApp.CSharp", "name": "iOS Application", @@ -21,17 +24,21 @@ ], "preferNameDirectory": true, "primaryOutputs": [ - { "path": "iOSApp1.csproj" } + { + "path": "iOSApp1.csproj" + } ], "symbols": { "bundleId": { "type": "parameter", + "displayName": "Bundle ID", "description": "Overrides CFBundleIdentifier in the Info.plist", "datatype": "string", "replaces": "com.companyname.iOSApp1" }, "minOSVersion": { "type": "parameter", + "displayName": "Minimum OS version", "description": "Overrides SupportedOSPlatformVersion in the project file", "replaces": "minOSVersion", "datatype": "string", @@ -39,19 +46,23 @@ }, "deviceFamily": { "type": "parameter", + "displayName": "Device family", "datatype": "choice", "defaultValue": "universal", "choices": [ { "choice": "universal", + "displayName": "Universal", "description": "Support both iPhone and iPad devices" }, { "choice": "iphone", + "displayName": "iPhone", "description": "Support only iPhone devices" }, { "choice": "ipad", + "displayName": "iPad", "description": "Support only iPad devices" } ] diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.cs.json index ffdaf620991e..86166230e023 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.cs.json @@ -3,8 +3,14 @@ "name": "Aplikace pro iOS", "description": "Projekt pro vytvoření aplikace .NET pro iOS", "symbols/bundleId/description": "Přepíše CFBundleIdentifier v souboru Info.plist.", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu.", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Podpora zařízení iPhone i iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Podpora pouze zařízení iPhone", - "symbols/deviceFamily/choices/ipad/description": "Podpora pouze zařízení iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Podpora pouze zařízení iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.de.json index 4ad3f881d371..669973ddf2d0 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.de.json @@ -3,8 +3,14 @@ "name": "iOS-Anwendung", "description": "Ein Projekt zum Erstellen einer .NET iOS-Anwendung", "symbols/bundleId/description": "Überschreibt „CFBundleIdentifier“ in „Info.plist“", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei.", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "iPhone- und iPad-Geräte unterstützen", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Nur iPhone-Geräte unterstützen", - "symbols/deviceFamily/choices/ipad/description": "Nur iPad-Geräte unterstützen" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Nur iPad-Geräte unterstützen", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.en.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.en.json index 373f33680799..7abdd6d5187f 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.en.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.en.json @@ -3,8 +3,14 @@ "name": "iOS Application", "description": "A project for creating a .NET iOS application", "symbols/bundleId/description": "Overrides CFBundleIdentifier in the Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Support both iPhone and iPad devices", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Support only iPhone devices", - "symbols/deviceFamily/choices/ipad/description": "Support only iPad devices" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Support only iPad devices", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.es.json index 6c5174946593..6b94a705e371 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.es.json @@ -3,8 +3,14 @@ "name": "Aplicación de iOS", "description": "Proyecto para crear una aplicación de iOS de .NET", "symbols/bundleId/description": "Invalida CFBundleIdentifier en Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Compatibilidad con dispositivos iPhone y iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Admitir solo dispositivos iPhone", - "symbols/deviceFamily/choices/ipad/description": "Admitir solo dispositivos iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Admitir solo dispositivos iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.fr.json index 0bf866bbe354..a5af677c3b1e 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.fr.json @@ -3,8 +3,14 @@ "name": "Application iOS", "description": "Projet de création d’une application .NET iOS", "symbols/bundleId/description": "Remplace CFBundleIdentifier dans Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Prendre en charge les appareils iPhone et iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Prendre en charge uniquement les appareils iPhone", - "symbols/deviceFamily/choices/ipad/description": "Prendre en charge uniquement les appareils iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Prendre en charge uniquement les appareils iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.it.json index 762e7614dc02..9f6ac36d7790 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.it.json @@ -3,8 +3,14 @@ "name": "Applicazione iOS", "description": "Progetto per la creazione di un'applicazione iOS .NET", "symbols/bundleId/description": "Esegue l'override di CFBundleIdentifier in Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Supporta dispositivi iPhone e iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Supporta solo dispositivi iPhone", - "symbols/deviceFamily/choices/ipad/description": "Supporta solo dispositivi iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Supporta solo dispositivi iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.ja.json index dcdba082186b..f83ad18af8e1 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.ja.json @@ -3,8 +3,14 @@ "name": "iOS アプリケーション", "description": ".NET iOS アプリケーションを作成するためのプロジェクト", "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "iPhone デバイスと iPad デバイスの両方をサポートする", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "iPhone デバイスのみをサポート", - "symbols/deviceFamily/choices/ipad/description": "iPad デバイスのみをサポート" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "iPad デバイスのみをサポート", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.ko.json index bd4e91231a2e..5b2961d5aeb8 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.ko.json @@ -3,8 +3,14 @@ "name": "iOS 애플리케이션", "description": ".NET iOS 애플리케이션을 만들기 위한 프로젝트", "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "iPhone 및 iPad 디바이스 모두 지원", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "iPhone 디바이스만 지원", - "symbols/deviceFamily/choices/ipad/description": "iPad 디바이스만 지원" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "iPad 디바이스만 지원", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.pl.json index 04dbcacf0c5f..550a809c0e44 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.pl.json @@ -3,8 +3,14 @@ "name": "Aplikacja systemu iOS", "description": "Projekt służący do tworzenia aplikacji platformy .NET 6 dla systemu iOS", "symbols/bundleId/description": "Nadpisuje element CFBundleIdentifier w pliku Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Obsługa urządzeń iPhone i iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Obsługa tylko urządzeń iPhone", - "symbols/deviceFamily/choices/ipad/description": "Obsługa tylko urządzeń iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Obsługa tylko urządzeń iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.pt-BR.json index f9c2fc01854a..4530a088f7b7 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.pt-BR.json @@ -3,8 +3,14 @@ "name": "Aplicativo iOS", "description": "Um projeto para criar um aplicativo iOS .NET", "symbols/bundleId/description": "Substitui o CFBundleIdentifier no Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Dar suporte aos dispositivos iPhone e iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Oferecer suporte somente aos dispositivos iPhone", - "symbols/deviceFamily/choices/ipad/description": "Oferecer suporte somente aos dispositivos iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Oferecer suporte somente aos dispositivos iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.ru.json index 49f509afb571..dd19f5eef4c3 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.ru.json @@ -3,8 +3,14 @@ "name": "Приложение iOS", "description": "Проект для создания приложения .NET для iOS", "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Поддержка устройств iPhone и iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Поддерживаются только устройства iPhone", - "symbols/deviceFamily/choices/ipad/description": "Поддерживаются только устройства iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Поддерживаются только устройства iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.tr.json index 1b16e4e0db8a..d142bd88d6ac 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.tr.json @@ -3,8 +3,14 @@ "name": "iOS Uygulaması", "description": "Bir .NET iOS uygulaması oluşturmaya yönelik proje", "symbols/bundleId/description": "Info.plist dosyasındaki CFBundleIdentifier öğesini geçersiz kılar", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Hem iPhone hem de iPad cihazları için destek", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Yalnızca iPhone cihazları için destek", - "symbols/deviceFamily/choices/ipad/description": "Yalnızca iPad cihazları için destek" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Yalnızca iPad cihazları için destek", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.zh-Hans.json index 37612934a14c..9547147953a9 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.zh-Hans.json @@ -3,8 +3,14 @@ "name": "iOS 应用程序", "description": "用于创建 .NET iOS 应用程序的项目", "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "同时支持 iPhone 和 iPad 设备", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "仅支持 iPhone 设备", - "symbols/deviceFamily/choices/ipad/description": "仅支持 iPad 设备" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "仅支持 iPad 设备", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.zh-Hant.json index 34f42407fc14..404d07dac701 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/localize/templatestrings.zh-Hant.json @@ -3,8 +3,14 @@ "name": "iOS 應用程式", "description": "用於建立 .NET 6 iOS 應用程式的專案", "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "同時支援 iPhone 與 iPad 裝置", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "僅支援 iPhone 裝置", - "symbols/deviceFamily/choices/ipad/description": "僅支援 iPad 裝置" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "僅支援 iPad 裝置", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/template.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/template.json index c9a89da811a7..bc1171ea674f 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/template.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/fsharp/.template.config/template.json @@ -1,7 +1,10 @@ { "$schema": "http://json.schemastore.org/template", "author": "Microsoft", - "classifications": [ "iOS", "Mobile" ], + "classifications": [ + "iOS", + "Mobile" + ], "groupIdentity": "Microsoft.iOS.iOSApp", "identity": "Microsoft.iOS.iOSApp.FSharp", "name": "iOS Application", @@ -21,17 +24,21 @@ ], "preferNameDirectory": true, "primaryOutputs": [ - { "path": "iOSApp1.fsproj" } + { + "path": "iOSApp1.fsproj" + } ], "symbols": { "bundleId": { "type": "parameter", + "displayName": "Bundle ID", "description": "Overrides CFBundleIdentifier in the Info.plist", "datatype": "string", "replaces": "com.companyname.iOSApp1" }, "minOSVersion": { "type": "parameter", + "displayName": "Minimum OS version", "description": "Overrides SupportedOSPlatformVersion in the project file", "replaces": "minOSVersion", "datatype": "string", @@ -39,19 +46,23 @@ }, "deviceFamily": { "type": "parameter", + "displayName": "Device family", "datatype": "choice", "defaultValue": "universal", "choices": [ { "choice": "universal", + "displayName": "Universal", "description": "Support both iPhone and iPad devices" }, { "choice": "iphone", + "displayName": "iPhone", "description": "Support only iPhone devices" }, { "choice": "ipad", + "displayName": "iPad", "description": "Support only iPad devices" } ] diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.cs.json index ffdaf620991e..86166230e023 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.cs.json @@ -3,8 +3,14 @@ "name": "Aplikace pro iOS", "description": "Projekt pro vytvoření aplikace .NET pro iOS", "symbols/bundleId/description": "Přepíše CFBundleIdentifier v souboru Info.plist.", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu.", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Podpora zařízení iPhone i iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Podpora pouze zařízení iPhone", - "symbols/deviceFamily/choices/ipad/description": "Podpora pouze zařízení iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Podpora pouze zařízení iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.de.json index 4ad3f881d371..669973ddf2d0 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.de.json @@ -3,8 +3,14 @@ "name": "iOS-Anwendung", "description": "Ein Projekt zum Erstellen einer .NET iOS-Anwendung", "symbols/bundleId/description": "Überschreibt „CFBundleIdentifier“ in „Info.plist“", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei.", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "iPhone- und iPad-Geräte unterstützen", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Nur iPhone-Geräte unterstützen", - "symbols/deviceFamily/choices/ipad/description": "Nur iPad-Geräte unterstützen" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Nur iPad-Geräte unterstützen", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.en.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.en.json index 373f33680799..7abdd6d5187f 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.en.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.en.json @@ -3,8 +3,14 @@ "name": "iOS Application", "description": "A project for creating a .NET iOS application", "symbols/bundleId/description": "Overrides CFBundleIdentifier in the Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Support both iPhone and iPad devices", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Support only iPhone devices", - "symbols/deviceFamily/choices/ipad/description": "Support only iPad devices" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Support only iPad devices", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.es.json index 6c5174946593..6b94a705e371 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.es.json @@ -3,8 +3,14 @@ "name": "Aplicación de iOS", "description": "Proyecto para crear una aplicación de iOS de .NET", "symbols/bundleId/description": "Invalida CFBundleIdentifier en Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Compatibilidad con dispositivos iPhone y iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Admitir solo dispositivos iPhone", - "symbols/deviceFamily/choices/ipad/description": "Admitir solo dispositivos iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Admitir solo dispositivos iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.fr.json index 0bf866bbe354..a5af677c3b1e 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.fr.json @@ -3,8 +3,14 @@ "name": "Application iOS", "description": "Projet de création d’une application .NET iOS", "symbols/bundleId/description": "Remplace CFBundleIdentifier dans Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Prendre en charge les appareils iPhone et iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Prendre en charge uniquement les appareils iPhone", - "symbols/deviceFamily/choices/ipad/description": "Prendre en charge uniquement les appareils iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Prendre en charge uniquement les appareils iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.it.json index 762e7614dc02..9f6ac36d7790 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.it.json @@ -3,8 +3,14 @@ "name": "Applicazione iOS", "description": "Progetto per la creazione di un'applicazione iOS .NET", "symbols/bundleId/description": "Esegue l'override di CFBundleIdentifier in Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Supporta dispositivi iPhone e iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Supporta solo dispositivi iPhone", - "symbols/deviceFamily/choices/ipad/description": "Supporta solo dispositivi iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Supporta solo dispositivi iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.ja.json index dcdba082186b..f83ad18af8e1 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.ja.json @@ -3,8 +3,14 @@ "name": "iOS アプリケーション", "description": ".NET iOS アプリケーションを作成するためのプロジェクト", "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "iPhone デバイスと iPad デバイスの両方をサポートする", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "iPhone デバイスのみをサポート", - "symbols/deviceFamily/choices/ipad/description": "iPad デバイスのみをサポート" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "iPad デバイスのみをサポート", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.ko.json index bd4e91231a2e..5b2961d5aeb8 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.ko.json @@ -3,8 +3,14 @@ "name": "iOS 애플리케이션", "description": ".NET iOS 애플리케이션을 만들기 위한 프로젝트", "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "iPhone 및 iPad 디바이스 모두 지원", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "iPhone 디바이스만 지원", - "symbols/deviceFamily/choices/ipad/description": "iPad 디바이스만 지원" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "iPad 디바이스만 지원", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.pl.json index 04dbcacf0c5f..550a809c0e44 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.pl.json @@ -3,8 +3,14 @@ "name": "Aplikacja systemu iOS", "description": "Projekt służący do tworzenia aplikacji platformy .NET 6 dla systemu iOS", "symbols/bundleId/description": "Nadpisuje element CFBundleIdentifier w pliku Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Obsługa urządzeń iPhone i iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Obsługa tylko urządzeń iPhone", - "symbols/deviceFamily/choices/ipad/description": "Obsługa tylko urządzeń iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Obsługa tylko urządzeń iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.pt-BR.json index f9c2fc01854a..4530a088f7b7 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.pt-BR.json @@ -3,8 +3,14 @@ "name": "Aplicativo iOS", "description": "Um projeto para criar um aplicativo iOS .NET", "symbols/bundleId/description": "Substitui o CFBundleIdentifier no Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Dar suporte aos dispositivos iPhone e iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Oferecer suporte somente aos dispositivos iPhone", - "symbols/deviceFamily/choices/ipad/description": "Oferecer suporte somente aos dispositivos iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Oferecer suporte somente aos dispositivos iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.ru.json index 49f509afb571..dd19f5eef4c3 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.ru.json @@ -3,8 +3,14 @@ "name": "Приложение iOS", "description": "Проект для создания приложения .NET для iOS", "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Поддержка устройств iPhone и iPad", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Поддерживаются только устройства iPhone", - "symbols/deviceFamily/choices/ipad/description": "Поддерживаются только устройства iPad" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Поддерживаются только устройства iPad", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.tr.json index 1b16e4e0db8a..d142bd88d6ac 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.tr.json @@ -3,8 +3,14 @@ "name": "iOS Uygulaması", "description": "Bir .NET iOS uygulaması oluşturmaya yönelik proje", "symbols/bundleId/description": "Info.plist dosyasındaki CFBundleIdentifier öğesini geçersiz kılar", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "Hem iPhone hem de iPad cihazları için destek", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "Yalnızca iPhone cihazları için destek", - "symbols/deviceFamily/choices/ipad/description": "Yalnızca iPad cihazları için destek" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "Yalnızca iPad cihazları için destek", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.zh-Hans.json index 37612934a14c..9547147953a9 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.zh-Hans.json @@ -3,8 +3,14 @@ "name": "iOS 应用程序", "description": "用于创建 .NET iOS 应用程序的项目", "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "同时支持 iPhone 和 iPad 设备", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "仅支持 iPhone 设备", - "symbols/deviceFamily/choices/ipad/description": "仅支持 iPad 设备" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "仅支持 iPad 设备", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.zh-Hant.json index 34f42407fc14..404d07dac701 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/localize/templatestrings.zh-Hant.json @@ -3,8 +3,14 @@ "name": "iOS 應用程式", "description": "用於建立 .NET 6 iOS 應用程式的專案", "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", + "symbols/bundleId/displayName": "Bundle ID", "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version", "symbols/deviceFamily/choices/universal/description": "同時支援 iPhone 與 iPad 裝置", + "symbols/deviceFamily/choices/universal/displayName": "Universal", "symbols/deviceFamily/choices/iphone/description": "僅支援 iPhone 裝置", - "symbols/deviceFamily/choices/ipad/description": "僅支援 iPad 裝置" -} \ No newline at end of file + "symbols/deviceFamily/choices/iphone/displayName": "iPhone", + "symbols/deviceFamily/choices/ipad/description": "僅支援 iPad 裝置", + "symbols/deviceFamily/choices/ipad/displayName": "iPad", + "symbols/deviceFamily/displayName": "Device family" +} diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/template.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/template.json index e969865a2e78..40b269593f5a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/template.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/visualbasic/.template.config/template.json @@ -1,7 +1,10 @@ { "$schema": "http://json.schemastore.org/template", "author": "Microsoft", - "classifications": [ "iOS", "Mobile" ], + "classifications": [ + "iOS", + "Mobile" + ], "groupIdentity": "Microsoft.iOS.iOSApp", "identity": "Microsoft.iOS.iOSApp.VisualBasic", "name": "iOS Application", @@ -21,17 +24,21 @@ ], "preferNameDirectory": true, "primaryOutputs": [ - { "path": "iOSApp1.vbproj" } + { + "path": "iOSApp1.vbproj" + } ], "symbols": { "bundleId": { "type": "parameter", + "displayName": "Bundle ID", "description": "Overrides CFBundleIdentifier in the Info.plist", "datatype": "string", "replaces": "com.companyname.iOSApp1" }, "minOSVersion": { "type": "parameter", + "displayName": "Minimum OS version", "description": "Overrides SupportedOSPlatformVersion in the project file", "replaces": "minOSVersion", "datatype": "string", @@ -39,19 +46,23 @@ }, "deviceFamily": { "type": "parameter", + "displayName": "Device family", "datatype": "choice", "defaultValue": "universal", "choices": [ { "choice": "universal", + "displayName": "Universal", "description": "Support both iPhone and iPad devices" }, { "choice": "iphone", + "displayName": "iPhone", "description": "Support only iPhone devices" }, { "choice": "ipad", + "displayName": "iPad", "description": "Support only iPad devices" } ] diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.cs.json index 2ac44f58d5aa..829bf8434a66 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.cs.json @@ -3,5 +3,7 @@ "name": "Aplikace macOS", "description": "Projekt pro vytvoření aplikace .NET pro macOS", "symbols/bundleId/description": "Přepíše CFBundleIdentifier v souboru Info.plist.", - "symbols/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu." -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu.", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.de.json index 227873631b27..4238e21dd477 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.de.json @@ -3,5 +3,7 @@ "name": "macOS-Anwendung", "description": "Ein Projekt zum Erstellen einer .NET macOS-Anwendung", "symbols/bundleId/description": "Überschreibt „CFBundleIdentifier“ in „Info.plist“", - "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei." -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei.", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.en.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.en.json index 0f015396cb56..b3d475df52a2 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.en.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.en.json @@ -3,5 +3,7 @@ "name": "macOS Application", "description": "A project for creating a .NET macOS application", "symbols/bundleId/description": "Overrides CFBundleIdentifier in the Info.plist", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.es.json index 1529ad56f0bf..c5b467ab7841 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.es.json @@ -3,5 +3,7 @@ "name": "Aplicación macOS", "description": "Proyecto para crear una aplicación de macOS de .NET", "symbols/bundleId/description": "Invalida CFBundleIdentifier en Info.plist", - "symbols/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.fr.json index 7dcbf68f5dda..ca7e54cf95c8 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.fr.json @@ -3,5 +3,7 @@ "name": "Application macOS", "description": "Projet de création d’une application macOS .NET", "symbols/bundleId/description": "Remplace CFBundleIdentifier dans Info.plist", - "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.it.json index 775d3e9d19fd..f72894591c77 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.it.json @@ -3,5 +3,7 @@ "name": "Applicazione macOS", "description": "Progetto per la creazione di un'applicazione macOS .NET", "symbols/bundleId/description": "Esegue l'override di CFBundleIdentifier in Info.plist", - "symbols/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.ja.json index 6405ead7f1c2..e3f0f83676af 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.ja.json @@ -3,5 +3,7 @@ "name": "macOS アプリケーション", "description": ".NET macOS アプリケーションを作成するためのプロジェクト", "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", - "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.ko.json index e68f0ba3cc9d..e6e86322bacf 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.ko.json @@ -3,5 +3,7 @@ "name": "macOS 애플리케이션", "description": ".NET macOS 애플리케이션을 만들기 위한 프로젝트", "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", - "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.pl.json index a56134580f77..c85f957a3cb6 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.pl.json @@ -3,5 +3,7 @@ "name": "Aplikacja systemu macOS", "description": "Projekt służący do tworzenia aplikacji platformy .NET 6 dla systemu macOS", "symbols/bundleId/description": "Nadpisuje element CFBundleIdentifier w pliku Info.plist", - "symbols/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.pt-BR.json index 100c93feebbb..8519f414f933 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.pt-BR.json @@ -3,5 +3,7 @@ "name": "Aplicativo macOS", "description": "Um projeto para criar um aplicativo macOS .NET", "symbols/bundleId/description": "Substitui o CFBundleIdentifier no Info.plist", - "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.ru.json index 7df6fdaf554d..ab11d7540586 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.ru.json @@ -3,5 +3,7 @@ "name": "Приложение macOS", "description": "Проект для создания приложения .NET для macOS", "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", - "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.tr.json index ee87a8284574..833858759f07 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.tr.json @@ -3,5 +3,7 @@ "name": "macOS Uygulaması", "description": "Bir .NET macOS uygulaması oluşturmaya yönelik proje", "symbols/bundleId/description": "Info.plist dosyasındaki CFBundleIdentifier öğesini geçersiz kılar", - "symbols/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.zh-Hans.json index d6a4072d3a72..ec3f13311881 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.zh-Hans.json @@ -3,5 +3,7 @@ "name": "macOS 应用程序", "description": "用于创建 .NET macOS 应用程序的项目", "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", - "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.zh-Hant.json index 55fac0049709..e999c5fb3838 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/localize/templatestrings.zh-Hant.json @@ -3,5 +3,7 @@ "name": "macOS 應用程式", "description": "用於建立 .NET 6 macOS 應用程式的專案", "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", - "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/template.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/template.json index 7d0bc8a4f2ae..22c6fea90c97 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/template.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/template.json @@ -1,7 +1,9 @@ { "$schema": "http://json.schemastore.org/template", "author": "Microsoft", - "classifications": [ "macOS" ], + "classifications": [ + "macOS" + ], "groupIdentity": "Microsoft.macOS.macOSApp", "identity": "Microsoft.macOS.macOSApp.CSharp", "name": "macOS Application", @@ -21,17 +23,21 @@ ], "preferNameDirectory": true, "primaryOutputs": [ - { "path": "macOSApp1.csproj" } + { + "path": "macOSApp1.csproj" + } ], "symbols": { "bundleId": { "type": "parameter", + "displayName": "Bundle ID", "description": "Overrides CFBundleIdentifier in the Info.plist", "datatype": "string", "replaces": "com.companyname.macOSApp1" }, "minOSVersion": { "type": "parameter", + "displayName": "Minimum OS version", "description": "Overrides SupportedOSPlatformVersion in the project file", "replaces": "minOSVersion", "datatype": "string", diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.cs.json index 2ac44f58d5aa..829bf8434a66 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.cs.json @@ -3,5 +3,7 @@ "name": "Aplikace macOS", "description": "Projekt pro vytvoření aplikace .NET pro macOS", "symbols/bundleId/description": "Přepíše CFBundleIdentifier v souboru Info.plist.", - "symbols/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu." -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu.", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.de.json index 227873631b27..4238e21dd477 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.de.json @@ -3,5 +3,7 @@ "name": "macOS-Anwendung", "description": "Ein Projekt zum Erstellen einer .NET macOS-Anwendung", "symbols/bundleId/description": "Überschreibt „CFBundleIdentifier“ in „Info.plist“", - "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei." -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei.", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.en.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.en.json index 0f015396cb56..b3d475df52a2 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.en.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.en.json @@ -3,5 +3,7 @@ "name": "macOS Application", "description": "A project for creating a .NET macOS application", "symbols/bundleId/description": "Overrides CFBundleIdentifier in the Info.plist", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.es.json index 1529ad56f0bf..c5b467ab7841 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.es.json @@ -3,5 +3,7 @@ "name": "Aplicación macOS", "description": "Proyecto para crear una aplicación de macOS de .NET", "symbols/bundleId/description": "Invalida CFBundleIdentifier en Info.plist", - "symbols/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.fr.json index 7dcbf68f5dda..ca7e54cf95c8 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.fr.json @@ -3,5 +3,7 @@ "name": "Application macOS", "description": "Projet de création d’une application macOS .NET", "symbols/bundleId/description": "Remplace CFBundleIdentifier dans Info.plist", - "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.it.json index 775d3e9d19fd..f72894591c77 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.it.json @@ -3,5 +3,7 @@ "name": "Applicazione macOS", "description": "Progetto per la creazione di un'applicazione macOS .NET", "symbols/bundleId/description": "Esegue l'override di CFBundleIdentifier in Info.plist", - "symbols/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.ja.json index 6405ead7f1c2..e3f0f83676af 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.ja.json @@ -3,5 +3,7 @@ "name": "macOS アプリケーション", "description": ".NET macOS アプリケーションを作成するためのプロジェクト", "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", - "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.ko.json index e68f0ba3cc9d..e6e86322bacf 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.ko.json @@ -3,5 +3,7 @@ "name": "macOS 애플리케이션", "description": ".NET macOS 애플리케이션을 만들기 위한 프로젝트", "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", - "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.pl.json index a56134580f77..c85f957a3cb6 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.pl.json @@ -3,5 +3,7 @@ "name": "Aplikacja systemu macOS", "description": "Projekt służący do tworzenia aplikacji platformy .NET 6 dla systemu macOS", "symbols/bundleId/description": "Nadpisuje element CFBundleIdentifier w pliku Info.plist", - "symbols/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.pt-BR.json index 100c93feebbb..8519f414f933 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.pt-BR.json @@ -3,5 +3,7 @@ "name": "Aplicativo macOS", "description": "Um projeto para criar um aplicativo macOS .NET", "symbols/bundleId/description": "Substitui o CFBundleIdentifier no Info.plist", - "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.ru.json index 7df6fdaf554d..ab11d7540586 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.ru.json @@ -3,5 +3,7 @@ "name": "Приложение macOS", "description": "Проект для создания приложения .NET для macOS", "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", - "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.tr.json index ee87a8284574..833858759f07 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.tr.json @@ -3,5 +3,7 @@ "name": "macOS Uygulaması", "description": "Bir .NET macOS uygulaması oluşturmaya yönelik proje", "symbols/bundleId/description": "Info.plist dosyasındaki CFBundleIdentifier öğesini geçersiz kılar", - "symbols/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.zh-Hans.json index d6a4072d3a72..ec3f13311881 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.zh-Hans.json @@ -3,5 +3,7 @@ "name": "macOS 应用程序", "description": "用于创建 .NET macOS 应用程序的项目", "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", - "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.zh-Hant.json index 55fac0049709..e999c5fb3838 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/localize/templatestrings.zh-Hant.json @@ -3,5 +3,7 @@ "name": "macOS 應用程式", "description": "用於建立 .NET 6 macOS 應用程式的專案", "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", - "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/template.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/template.json index 635ec54b8399..8ffa15f6be51 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/template.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/template.json @@ -1,7 +1,9 @@ { "$schema": "http://json.schemastore.org/template", "author": "Microsoft", - "classifications": [ "macOS" ], + "classifications": [ + "macOS" + ], "groupIdentity": "Microsoft.macOS.macOSApp", "identity": "Microsoft.macOS.macOSApp.VisualBasic", "name": "macOS Application", @@ -21,17 +23,21 @@ ], "preferNameDirectory": true, "primaryOutputs": [ - { "path": "macOSApp1.vbproj" } + { + "path": "macOSApp1.vbproj" + } ], "symbols": { "bundleId": { "type": "parameter", + "displayName": "Bundle ID", "description": "Overrides CFBundleIdentifier in the Info.plist", "datatype": "string", "replaces": "com.companyname.macOSApp1" }, "minOSVersion": { "type": "parameter", + "displayName": "Minimum OS version", "description": "Overrides SupportedOSPlatformVersion in the project file", "replaces": "minOSVersion", "datatype": "string", diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.cs.json index 35b856e08674..a84651f293bf 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.cs.json @@ -3,5 +3,7 @@ "name": "Aplikace tvOS", "description": "Projekt pro vytvoření aplikace .NET pro tvOS", "symbols/bundleId/description": "Přepíše CFBundleIdentifier v souboru Info.plist.", - "symbols/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu." -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu.", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.de.json index a4f4ff85715c..4a46786f39fb 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.de.json @@ -3,5 +3,7 @@ "name": "tvOS-Anwendung", "description": "Ein Projekt zum Erstellen einer .NET tvOS-Anwendung", "symbols/bundleId/description": "Überschreibt „CFBundleIdentifier“ in „Info.plist“", - "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei." -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei.", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.en.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.en.json index ced5f38a9dec..dcf7dd359914 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.en.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.en.json @@ -3,5 +3,7 @@ "name": "tvOS Application", "description": "A project for creating a .NET tvOS application", "symbols/bundleId/description": "Overrides CFBundleIdentifier in the Info.plist", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.es.json index 07c9e9aa02ea..a4465a2b43ff 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.es.json @@ -3,5 +3,7 @@ "name": "Aplicación tvOS", "description": "Proyecto para crear una aplicación tvOS de .NET", "symbols/bundleId/description": "Invalida CFBundleIdentifier en Info.plist", - "symbols/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.fr.json index c7721edec348..dc602abf4f19 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.fr.json @@ -3,5 +3,7 @@ "name": "Application tvOS", "description": "Projet de création d’une application tvOS .NET", "symbols/bundleId/description": "Remplace CFBundleIdentifier dans Info.plist", - "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.it.json index ff692d4600e9..805b058cb03b 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.it.json @@ -3,5 +3,7 @@ "name": "Applicazione tvOS", "description": "Progetto per la creazione di un'applicazione tvOS .NET", "symbols/bundleId/description": "Esegue l'override di CFBundleIdentifier in Info.plist", - "symbols/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.ja.json index e6d18c038325..651c63b5d03d 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.ja.json @@ -3,5 +3,7 @@ "name": "tvOS アプリケーション", "description": ".NET tvOS アプリケーションを作成するためのプロジェクト", "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", - "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.ko.json index 9c8e01609ae8..d4a607c4b0d2 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.ko.json @@ -3,5 +3,7 @@ "name": "tvOS 애플리케이션", "description": ".NET tvOS 애플리케이션을 만들기 위한 프로젝트", "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", - "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.pl.json index a07a09b8b733..1ce90bfcb956 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.pl.json @@ -3,5 +3,7 @@ "name": "Aplikacja systemu tvOS", "description": "Projekt służący do tworzenia aplikacji tvOS platformy .NET 6", "symbols/bundleId/description": "Nadpisuje element CFBundleIdentifier w pliku Info.plist", - "symbols/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.pt-BR.json index 4fa6b7a1e6af..56ffb1ffb6d1 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.pt-BR.json @@ -3,5 +3,7 @@ "name": "Aplicativo tvOS", "description": "Um projeto para criar um aplicativo tvOS .NET", "symbols/bundleId/description": "Substitui o CFBundleIdentifier no Info.plist", - "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.ru.json index dbda5689b043..089a8037e82f 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.ru.json @@ -3,5 +3,7 @@ "name": "Приложение tvOS", "description": "Проект для создания приложения .NET для tvOS", "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", - "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.tr.json index 1ded7b7409cd..a3396bd7781a 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.tr.json @@ -3,5 +3,7 @@ "name": "tvOS Uygulaması", "description": "Bir .NET tvOS uygulaması oluşturmaya yönelik proje", "symbols/bundleId/description": "Info.plist dosyasındaki CFBundleIdentifier öğesini geçersiz kılar", - "symbols/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.zh-Hans.json index a165a9da88cb..01c7cd1b2f66 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.zh-Hans.json @@ -3,5 +3,7 @@ "name": "tvOS 应用程序", "description": "用于创建 .NET tvOS 应用程序的项目", "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", - "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.zh-Hant.json index dbb4305286f1..8a707598fa87 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/localize/templatestrings.zh-Hant.json @@ -3,5 +3,7 @@ "name": "tvOS 應用程式", "description": "用於建立 .NET 6 tvOS 應用程式的專案", "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", - "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/template.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/template.json index 6fe1cb491b31..86d1797bb7cc 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/template.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/template.json @@ -1,7 +1,10 @@ { "$schema": "http://json.schemastore.org/template", "author": "Microsoft", - "classifications": [ "tvOS", "Mobile" ], + "classifications": [ + "tvOS", + "Mobile" + ], "groupIdentity": "Microsoft.tvOS.tvOSApp", "identity": "Microsoft.tvOS.tvOSApp.CSharp", "name": "tvOS Application", @@ -21,17 +24,21 @@ ], "preferNameDirectory": true, "primaryOutputs": [ - { "path": "tvOSApp1.csproj" } + { + "path": "tvOSApp1.csproj" + } ], "symbols": { "bundleId": { "type": "parameter", + "displayName": "Bundle ID", "description": "Overrides CFBundleIdentifier in the Info.plist", "datatype": "string", "replaces": "com.companyname.tvOSApp1" }, "minOSVersion": { "type": "parameter", + "displayName": "Minimum OS version", "description": "Overrides SupportedOSPlatformVersion in the project file", "replaces": "minOSVersion", "datatype": "string", diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.cs.json index 35b856e08674..a84651f293bf 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.cs.json @@ -3,5 +3,7 @@ "name": "Aplikace tvOS", "description": "Projekt pro vytvoření aplikace .NET pro tvOS", "symbols/bundleId/description": "Přepíše CFBundleIdentifier v souboru Info.plist.", - "symbols/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu." -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu.", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.de.json index a4f4ff85715c..4a46786f39fb 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.de.json @@ -3,5 +3,7 @@ "name": "tvOS-Anwendung", "description": "Ein Projekt zum Erstellen einer .NET tvOS-Anwendung", "symbols/bundleId/description": "Überschreibt „CFBundleIdentifier“ in „Info.plist“", - "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei." -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei.", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.en.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.en.json index ced5f38a9dec..dcf7dd359914 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.en.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.en.json @@ -3,5 +3,7 @@ "name": "tvOS Application", "description": "A project for creating a .NET tvOS application", "symbols/bundleId/description": "Overrides CFBundleIdentifier in the Info.plist", - "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Overrides SupportedOSPlatformVersion in the project file", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.es.json index 07c9e9aa02ea..a4465a2b43ff 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.es.json @@ -3,5 +3,7 @@ "name": "Aplicación tvOS", "description": "Proyecto para crear una aplicación tvOS de .NET", "symbols/bundleId/description": "Invalida CFBundleIdentifier en Info.plist", - "symbols/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.fr.json index c7721edec348..dc602abf4f19 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.fr.json @@ -3,5 +3,7 @@ "name": "Application tvOS", "description": "Projet de création d’une application tvOS .NET", "symbols/bundleId/description": "Remplace CFBundleIdentifier dans Info.plist", - "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.it.json index ff692d4600e9..805b058cb03b 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.it.json @@ -3,5 +3,7 @@ "name": "Applicazione tvOS", "description": "Progetto per la creazione di un'applicazione tvOS .NET", "symbols/bundleId/description": "Esegue l'override di CFBundleIdentifier in Info.plist", - "symbols/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.ja.json index e6d18c038325..651c63b5d03d 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.ja.json @@ -3,5 +3,7 @@ "name": "tvOS アプリケーション", "description": ".NET tvOS アプリケーションを作成するためのプロジェクト", "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", - "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.ko.json index 9c8e01609ae8..d4a607c4b0d2 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.ko.json @@ -3,5 +3,7 @@ "name": "tvOS 애플리케이션", "description": ".NET tvOS 애플리케이션을 만들기 위한 프로젝트", "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", - "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.pl.json index a07a09b8b733..1ce90bfcb956 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.pl.json @@ -3,5 +3,7 @@ "name": "Aplikacja systemu tvOS", "description": "Projekt służący do tworzenia aplikacji tvOS platformy .NET 6", "symbols/bundleId/description": "Nadpisuje element CFBundleIdentifier w pliku Info.plist", - "symbols/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.pt-BR.json index 4fa6b7a1e6af..56ffb1ffb6d1 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.pt-BR.json @@ -3,5 +3,7 @@ "name": "Aplicativo tvOS", "description": "Um projeto para criar um aplicativo tvOS .NET", "symbols/bundleId/description": "Substitui o CFBundleIdentifier no Info.plist", - "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.ru.json index dbda5689b043..089a8037e82f 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.ru.json @@ -3,5 +3,7 @@ "name": "Приложение tvOS", "description": "Проект для создания приложения .NET для tvOS", "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", - "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.tr.json index 1ded7b7409cd..a3396bd7781a 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.tr.json @@ -3,5 +3,7 @@ "name": "tvOS Uygulaması", "description": "Bir .NET tvOS uygulaması oluşturmaya yönelik proje", "symbols/bundleId/description": "Info.plist dosyasındaki CFBundleIdentifier öğesini geçersiz kılar", - "symbols/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.zh-Hans.json index a165a9da88cb..01c7cd1b2f66 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.zh-Hans.json @@ -3,5 +3,7 @@ "name": "tvOS 应用程序", "description": "用于创建 .NET tvOS 应用程序的项目", "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", - "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.zh-Hant.json index dbb4305286f1..8a707598fa87 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/localize/templatestrings.zh-Hant.json @@ -3,5 +3,7 @@ "name": "tvOS 應用程式", "description": "用於建立 .NET 6 tvOS 應用程式的專案", "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", - "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion" -} \ No newline at end of file + "symbols/bundleId/displayName": "Bundle ID", + "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion", + "symbols/minOSVersion/displayName": "Minimum OS version" +} diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/template.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/template.json index e3c0e8996fde..d76972df6fed 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/template.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/template.json @@ -1,7 +1,10 @@ { "$schema": "http://json.schemastore.org/template", "author": "Microsoft", - "classifications": [ "tvOS", "Mobile" ], + "classifications": [ + "tvOS", + "Mobile" + ], "groupIdentity": "Microsoft.tvOS.tvOSApp", "identity": "Microsoft.tvOS.tvOSApp.VisualBasic", "name": "tvOS Application", @@ -21,17 +24,21 @@ ], "preferNameDirectory": true, "primaryOutputs": [ - { "path": "tvOSApp1.vbproj" } + { + "path": "tvOSApp1.vbproj" + } ], "symbols": { "bundleId": { "type": "parameter", + "displayName": "Bundle ID", "description": "Overrides CFBundleIdentifier in the Info.plist", "datatype": "string", "replaces": "com.companyname.tvOSApp1" }, "minOSVersion": { "type": "parameter", + "displayName": "Minimum OS version", "description": "Overrides SupportedOSPlatformVersion in the project file", "replaces": "minOSVersion", "datatype": "string",