From 85b4b791a2ac504017c9f0342c3b2995600eea9d Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Mon, 12 Dec 2022 17:12:35 +0100 Subject: [PATCH] [dotnet] Fix line endings in template localizations. (#16981) The automatic translation apparently runs on windows, creates files with crlf, and will check in the corresponding files as such. During the local build these files will be read and written out again, but now with lf endings, leaving all these files modified. So set the 'text' git attribute for these files, so that they're stored as 'lf' and converted to 'crlf' on Windows. --- .gitattributes | 11 +++++++++++ .../localize/templatestrings.cs.json | 10 +++++----- .../localize/templatestrings.de.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 +++++----- .../localize/templatestrings.cs.json | 8 ++++---- .../localize/templatestrings.de.json | 8 ++++---- .../localize/templatestrings.es.json | 8 ++++---- .../localize/templatestrings.fr.json | 8 ++++---- .../localize/templatestrings.it.json | 8 ++++---- .../localize/templatestrings.ja.json | 8 ++++---- .../localize/templatestrings.ko.json | 8 ++++---- .../localize/templatestrings.pl.json | 8 ++++---- .../localize/templatestrings.pt-BR.json | 8 ++++---- .../localize/templatestrings.ru.json | 8 ++++---- .../localize/templatestrings.tr.json | 8 ++++---- .../localize/templatestrings.zh-Hans.json | 8 ++++---- .../localize/templatestrings.zh-Hant.json | 8 ++++---- .../localize/templatestrings.cs.json | 10 +++++----- .../localize/templatestrings.de.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 +++++----- .../localize/templatestrings.cs.json | 10 +++++----- .../localize/templatestrings.de.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 +++++----- .../localize/templatestrings.cs.json | 12 ++++++------ .../localize/templatestrings.de.json | 12 ++++++------ .../localize/templatestrings.es.json | 12 ++++++------ .../localize/templatestrings.fr.json | 12 ++++++------ .../localize/templatestrings.it.json | 12 ++++++------ .../localize/templatestrings.ja.json | 12 ++++++------ .../localize/templatestrings.ko.json | 12 ++++++------ .../localize/templatestrings.pl.json | 12 ++++++------ .../localize/templatestrings.pt-BR.json | 12 ++++++------ .../localize/templatestrings.ru.json | 12 ++++++------ .../localize/templatestrings.tr.json | 12 ++++++------ .../localize/templatestrings.zh-Hans.json | 12 ++++++------ .../localize/templatestrings.zh-Hant.json | 12 ++++++------ .../localize/templatestrings.cs.json | 8 ++++---- .../localize/templatestrings.de.json | 8 ++++---- .../localize/templatestrings.es.json | 8 ++++---- .../localize/templatestrings.fr.json | 8 ++++---- .../localize/templatestrings.it.json | 8 ++++---- .../localize/templatestrings.ja.json | 8 ++++---- .../localize/templatestrings.ko.json | 8 ++++---- .../localize/templatestrings.pl.json | 8 ++++---- .../localize/templatestrings.pt-BR.json | 8 ++++---- .../localize/templatestrings.ru.json | 8 ++++---- .../localize/templatestrings.tr.json | 8 ++++---- .../localize/templatestrings.zh-Hans.json | 8 ++++---- .../localize/templatestrings.zh-Hant.json | 8 ++++---- .../localize/templatestrings.cs.json | 10 +++++----- .../localize/templatestrings.de.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 +++++----- .../localize/templatestrings.cs.json | 8 ++++---- .../localize/templatestrings.de.json | 8 ++++---- .../localize/templatestrings.es.json | 8 ++++---- .../localize/templatestrings.fr.json | 8 ++++---- .../localize/templatestrings.it.json | 8 ++++---- .../localize/templatestrings.ja.json | 8 ++++---- .../localize/templatestrings.ko.json | 8 ++++---- .../localize/templatestrings.pl.json | 8 ++++---- .../localize/templatestrings.pt-BR.json | 8 ++++---- .../localize/templatestrings.ru.json | 8 ++++---- .../localize/templatestrings.tr.json | 8 ++++---- .../localize/templatestrings.zh-Hans.json | 8 ++++---- .../localize/templatestrings.zh-Hant.json | 8 ++++---- .../localize/templatestrings.cs.json | 18 +++++++++--------- .../localize/templatestrings.de.json | 18 +++++++++--------- .../localize/templatestrings.es.json | 18 +++++++++--------- .../localize/templatestrings.fr.json | 18 +++++++++--------- .../localize/templatestrings.it.json | 18 +++++++++--------- .../localize/templatestrings.ja.json | 18 +++++++++--------- .../localize/templatestrings.ko.json | 18 +++++++++--------- .../localize/templatestrings.pl.json | 18 +++++++++--------- .../localize/templatestrings.pt-BR.json | 18 +++++++++--------- .../localize/templatestrings.ru.json | 18 +++++++++--------- .../localize/templatestrings.tr.json | 18 +++++++++--------- .../localize/templatestrings.zh-Hans.json | 18 +++++++++--------- .../localize/templatestrings.zh-Hant.json | 18 +++++++++--------- .../localize/templatestrings.cs.json | 10 +++++----- .../localize/templatestrings.de.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 +++++----- .../localize/templatestrings.cs.json | 10 +++++----- .../localize/templatestrings.de.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 +++++----- .../localize/templatestrings.cs.json | 18 +++++++++--------- .../localize/templatestrings.de.json | 18 +++++++++--------- .../localize/templatestrings.es.json | 18 +++++++++--------- .../localize/templatestrings.fr.json | 18 +++++++++--------- .../localize/templatestrings.it.json | 18 +++++++++--------- .../localize/templatestrings.ja.json | 18 +++++++++--------- .../localize/templatestrings.ko.json | 18 +++++++++--------- .../localize/templatestrings.pl.json | 18 +++++++++--------- .../localize/templatestrings.pt-BR.json | 18 +++++++++--------- .../localize/templatestrings.ru.json | 18 +++++++++--------- .../localize/templatestrings.tr.json | 18 +++++++++--------- .../localize/templatestrings.zh-Hans.json | 18 +++++++++--------- .../localize/templatestrings.zh-Hant.json | 18 +++++++++--------- .../localize/templatestrings.cs.json | 8 ++++---- .../localize/templatestrings.de.json | 8 ++++---- .../localize/templatestrings.es.json | 8 ++++---- .../localize/templatestrings.fr.json | 8 ++++---- .../localize/templatestrings.it.json | 8 ++++---- .../localize/templatestrings.ja.json | 8 ++++---- .../localize/templatestrings.ko.json | 8 ++++---- .../localize/templatestrings.pl.json | 8 ++++---- .../localize/templatestrings.pt-BR.json | 8 ++++---- .../localize/templatestrings.ru.json | 8 ++++---- .../localize/templatestrings.tr.json | 8 ++++---- .../localize/templatestrings.zh-Hans.json | 8 ++++---- .../localize/templatestrings.zh-Hant.json | 8 ++++---- .../localize/templatestrings.cs.json | 8 ++++---- .../localize/templatestrings.de.json | 8 ++++---- .../localize/templatestrings.es.json | 8 ++++---- .../localize/templatestrings.fr.json | 8 ++++---- .../localize/templatestrings.it.json | 8 ++++---- .../localize/templatestrings.ja.json | 8 ++++---- .../localize/templatestrings.ko.json | 8 ++++---- .../localize/templatestrings.pl.json | 8 ++++---- .../localize/templatestrings.pt-BR.json | 8 ++++---- .../localize/templatestrings.ru.json | 8 ++++---- .../localize/templatestrings.tr.json | 8 ++++---- .../localize/templatestrings.zh-Hans.json | 8 ++++---- .../localize/templatestrings.zh-Hant.json | 8 ++++---- .../localize/templatestrings.cs.json | 10 +++++----- .../localize/templatestrings.de.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 +++++----- .../localize/templatestrings.cs.json | 10 +++++----- .../localize/templatestrings.de.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 +++++----- .../localize/templatestrings.cs.json | 10 +++++----- .../localize/templatestrings.de.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 +++++----- .../localize/templatestrings.cs.json | 12 ++++++------ .../localize/templatestrings.de.json | 12 ++++++------ .../localize/templatestrings.es.json | 12 ++++++------ .../localize/templatestrings.fr.json | 12 ++++++------ .../localize/templatestrings.it.json | 12 ++++++------ .../localize/templatestrings.ja.json | 12 ++++++------ .../localize/templatestrings.ko.json | 12 ++++++------ .../localize/templatestrings.pl.json | 12 ++++++------ .../localize/templatestrings.pt-BR.json | 12 ++++++------ .../localize/templatestrings.ru.json | 12 ++++++------ .../localize/templatestrings.tr.json | 12 ++++++------ .../localize/templatestrings.zh-Hans.json | 12 ++++++------ .../localize/templatestrings.zh-Hant.json | 12 ++++++------ .../localize/templatestrings.cs.json | 8 ++++---- .../localize/templatestrings.de.json | 8 ++++---- .../localize/templatestrings.es.json | 8 ++++---- .../localize/templatestrings.fr.json | 8 ++++---- .../localize/templatestrings.it.json | 8 ++++---- .../localize/templatestrings.ja.json | 8 ++++---- .../localize/templatestrings.ko.json | 8 ++++---- .../localize/templatestrings.pl.json | 8 ++++---- .../localize/templatestrings.pt-BR.json | 8 ++++---- .../localize/templatestrings.ru.json | 8 ++++---- .../localize/templatestrings.tr.json | 8 ++++---- .../localize/templatestrings.zh-Hans.json | 8 ++++---- .../localize/templatestrings.zh-Hant.json | 8 ++++---- .../localize/templatestrings.cs.json | 12 ++++++------ .../localize/templatestrings.de.json | 12 ++++++------ .../localize/templatestrings.es.json | 12 ++++++------ .../localize/templatestrings.fr.json | 12 ++++++------ .../localize/templatestrings.it.json | 12 ++++++------ .../localize/templatestrings.ja.json | 12 ++++++------ .../localize/templatestrings.ko.json | 12 ++++++------ .../localize/templatestrings.pl.json | 12 ++++++------ .../localize/templatestrings.pt-BR.json | 12 ++++++------ .../localize/templatestrings.ru.json | 12 ++++++------ .../localize/templatestrings.tr.json | 12 ++++++------ .../localize/templatestrings.zh-Hans.json | 12 ++++++------ .../localize/templatestrings.zh-Hant.json | 12 ++++++------ .../localize/templatestrings.cs.json | 8 ++++---- .../localize/templatestrings.de.json | 8 ++++---- .../localize/templatestrings.es.json | 8 ++++---- .../localize/templatestrings.fr.json | 8 ++++---- .../localize/templatestrings.it.json | 8 ++++---- .../localize/templatestrings.ja.json | 8 ++++---- .../localize/templatestrings.ko.json | 8 ++++---- .../localize/templatestrings.pl.json | 8 ++++---- .../localize/templatestrings.pt-BR.json | 8 ++++---- .../localize/templatestrings.ru.json | 8 ++++---- .../localize/templatestrings.tr.json | 8 ++++---- .../localize/templatestrings.zh-Hans.json | 8 ++++---- .../localize/templatestrings.zh-Hant.json | 8 ++++---- 274 files changed, 1428 insertions(+), 1417 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000000..ec32f35e1b21 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# By default to the default thing + +* text=auto + +# The automatic translation apparently runs on windows, creates files with +# crlf, and will check in the corresponding files as such. During the local +# build these files will be read and written out again, but now with lf +# endings. So set the 'text' git attribute for these files, so that they're +# stored as 'lf' and converted to 'crlf' on Windows. + +**/.template.config/localize/templatestrings.*.json text diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.cs.json index a0170cce592c..6fb6f1f18030 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.cs.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Controller", - "description": "A MacCatalyst Controller class", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst Controller", + "description": "A MacCatalyst Controller class", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.de.json index a0170cce592c..6fb6f1f18030 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.de.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Controller", - "description": "A MacCatalyst Controller class", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst Controller", + "description": "A MacCatalyst Controller class", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.es.json index a0170cce592c..6fb6f1f18030 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.es.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Controller", - "description": "A MacCatalyst Controller class", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst Controller", + "description": "A MacCatalyst Controller class", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.fr.json index a0170cce592c..6fb6f1f18030 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.fr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Controller", - "description": "A MacCatalyst Controller class", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst Controller", + "description": "A MacCatalyst Controller class", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.it.json index a0170cce592c..6fb6f1f18030 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.it.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Controller", - "description": "A MacCatalyst Controller class", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst Controller", + "description": "A MacCatalyst Controller class", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.ja.json index a0170cce592c..6fb6f1f18030 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.ja.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Controller", - "description": "A MacCatalyst Controller class", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst Controller", + "description": "A MacCatalyst Controller class", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.ko.json index a0170cce592c..6fb6f1f18030 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.ko.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Controller", - "description": "A MacCatalyst Controller class", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst Controller", + "description": "A MacCatalyst Controller class", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.pl.json index a0170cce592c..6fb6f1f18030 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.pl.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Controller", - "description": "A MacCatalyst Controller class", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst Controller", + "description": "A MacCatalyst Controller class", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.pt-BR.json index a0170cce592c..6fb6f1f18030 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.pt-BR.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Controller", - "description": "A MacCatalyst Controller class", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst Controller", + "description": "A MacCatalyst Controller class", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.ru.json index a0170cce592c..6fb6f1f18030 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.ru.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Controller", - "description": "A MacCatalyst Controller class", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst Controller", + "description": "A MacCatalyst Controller class", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.tr.json index a0170cce592c..6fb6f1f18030 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.tr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Controller", - "description": "A MacCatalyst Controller class", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst Controller", + "description": "A MacCatalyst Controller class", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.zh-Hans.json index a0170cce592c..6fb6f1f18030 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.zh-Hans.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Controller", - "description": "A MacCatalyst Controller class", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst Controller", + "description": "A MacCatalyst Controller class", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.zh-Hant.json index a0170cce592c..6fb6f1f18030 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-controller/.template.config/localize/templatestrings.zh-Hant.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Controller", - "description": "A MacCatalyst Controller class", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst Controller", + "description": "A MacCatalyst Controller class", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.cs.json index a6c8c3368d0d..2a5561604e17 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.cs.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Storyboard", - "description": "A MacCatalyst Storyboard" +{ + "author": "Microsoft", + "name": "Mac Catalyst Storyboard", + "description": "A MacCatalyst Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.de.json index a6c8c3368d0d..2a5561604e17 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.de.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Storyboard", - "description": "A MacCatalyst Storyboard" +{ + "author": "Microsoft", + "name": "Mac Catalyst Storyboard", + "description": "A MacCatalyst Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.es.json index a6c8c3368d0d..2a5561604e17 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.es.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Storyboard", - "description": "A MacCatalyst Storyboard" +{ + "author": "Microsoft", + "name": "Mac Catalyst Storyboard", + "description": "A MacCatalyst Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.fr.json index a6c8c3368d0d..2a5561604e17 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.fr.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Storyboard", - "description": "A MacCatalyst Storyboard" +{ + "author": "Microsoft", + "name": "Mac Catalyst Storyboard", + "description": "A MacCatalyst Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.it.json index a6c8c3368d0d..2a5561604e17 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.it.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Storyboard", - "description": "A MacCatalyst Storyboard" +{ + "author": "Microsoft", + "name": "Mac Catalyst Storyboard", + "description": "A MacCatalyst Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.ja.json index a6c8c3368d0d..2a5561604e17 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.ja.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Storyboard", - "description": "A MacCatalyst Storyboard" +{ + "author": "Microsoft", + "name": "Mac Catalyst Storyboard", + "description": "A MacCatalyst Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.ko.json index a6c8c3368d0d..2a5561604e17 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.ko.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Storyboard", - "description": "A MacCatalyst Storyboard" +{ + "author": "Microsoft", + "name": "Mac Catalyst Storyboard", + "description": "A MacCatalyst Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.pl.json index a6c8c3368d0d..2a5561604e17 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.pl.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Storyboard", - "description": "A MacCatalyst Storyboard" +{ + "author": "Microsoft", + "name": "Mac Catalyst Storyboard", + "description": "A MacCatalyst Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.pt-BR.json index a6c8c3368d0d..2a5561604e17 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.pt-BR.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Storyboard", - "description": "A MacCatalyst Storyboard" +{ + "author": "Microsoft", + "name": "Mac Catalyst Storyboard", + "description": "A MacCatalyst Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.ru.json index a6c8c3368d0d..2a5561604e17 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.ru.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Storyboard", - "description": "A MacCatalyst Storyboard" +{ + "author": "Microsoft", + "name": "Mac Catalyst Storyboard", + "description": "A MacCatalyst Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.tr.json index a6c8c3368d0d..2a5561604e17 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.tr.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Storyboard", - "description": "A MacCatalyst Storyboard" +{ + "author": "Microsoft", + "name": "Mac Catalyst Storyboard", + "description": "A MacCatalyst Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.zh-Hans.json index a6c8c3368d0d..2a5561604e17 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.zh-Hans.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Storyboard", - "description": "A MacCatalyst Storyboard" +{ + "author": "Microsoft", + "name": "Mac Catalyst Storyboard", + "description": "A MacCatalyst Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.zh-Hant.json index a6c8c3368d0d..2a5561604e17 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-storyboard/.template.config/localize/templatestrings.zh-Hant.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Storyboard", - "description": "A MacCatalyst Storyboard" +{ + "author": "Microsoft", + "name": "Mac Catalyst Storyboard", + "description": "A MacCatalyst Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.cs.json index 6af360382950..61844ee38370 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.cs.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View", - "description": "A MacCatalyst View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View", + "description": "A MacCatalyst View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.de.json index 6af360382950..61844ee38370 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.de.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View", - "description": "A MacCatalyst View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View", + "description": "A MacCatalyst View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.es.json index 6af360382950..61844ee38370 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.es.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View", - "description": "A MacCatalyst View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View", + "description": "A MacCatalyst View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.fr.json index 6af360382950..61844ee38370 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.fr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View", - "description": "A MacCatalyst View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View", + "description": "A MacCatalyst View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.it.json index 6af360382950..61844ee38370 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.it.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View", - "description": "A MacCatalyst View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View", + "description": "A MacCatalyst View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.ja.json index 6af360382950..61844ee38370 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.ja.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View", - "description": "A MacCatalyst View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View", + "description": "A MacCatalyst View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.ko.json index 6af360382950..61844ee38370 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.ko.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View", - "description": "A MacCatalyst View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View", + "description": "A MacCatalyst View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.pl.json index 6af360382950..61844ee38370 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.pl.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View", - "description": "A MacCatalyst View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View", + "description": "A MacCatalyst View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.pt-BR.json index 6af360382950..61844ee38370 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.pt-BR.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View", - "description": "A MacCatalyst View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View", + "description": "A MacCatalyst View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.ru.json index 6af360382950..61844ee38370 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.ru.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View", - "description": "A MacCatalyst View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View", + "description": "A MacCatalyst View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.tr.json index 6af360382950..61844ee38370 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.tr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View", - "description": "A MacCatalyst View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View", + "description": "A MacCatalyst View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.zh-Hans.json index 6af360382950..61844ee38370 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.zh-Hans.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View", - "description": "A MacCatalyst View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View", + "description": "A MacCatalyst View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.zh-Hant.json index 6af360382950..61844ee38370 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-view/.template.config/localize/templatestrings.zh-Hant.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View", - "description": "A MacCatalyst View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View", + "description": "A MacCatalyst View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.cs.json index 61569a5e6c3a..a7ab1cf4389c 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.cs.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View Controller", - "description": "A MacCatalyst View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View Controller", + "description": "A MacCatalyst View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.de.json index 61569a5e6c3a..a7ab1cf4389c 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.de.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View Controller", - "description": "A MacCatalyst View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View Controller", + "description": "A MacCatalyst View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.es.json index 61569a5e6c3a..a7ab1cf4389c 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.es.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View Controller", - "description": "A MacCatalyst View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View Controller", + "description": "A MacCatalyst View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.fr.json index 61569a5e6c3a..a7ab1cf4389c 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.fr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View Controller", - "description": "A MacCatalyst View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View Controller", + "description": "A MacCatalyst View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.it.json index 61569a5e6c3a..a7ab1cf4389c 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.it.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View Controller", - "description": "A MacCatalyst View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View Controller", + "description": "A MacCatalyst View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.ja.json index 61569a5e6c3a..a7ab1cf4389c 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.ja.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View Controller", - "description": "A MacCatalyst View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View Controller", + "description": "A MacCatalyst View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.ko.json index 61569a5e6c3a..a7ab1cf4389c 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.ko.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View Controller", - "description": "A MacCatalyst View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View Controller", + "description": "A MacCatalyst View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.pl.json index 61569a5e6c3a..a7ab1cf4389c 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.pl.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View Controller", - "description": "A MacCatalyst View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View Controller", + "description": "A MacCatalyst View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.pt-BR.json index 61569a5e6c3a..a7ab1cf4389c 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.pt-BR.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View Controller", - "description": "A MacCatalyst View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View Controller", + "description": "A MacCatalyst View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.ru.json index 61569a5e6c3a..a7ab1cf4389c 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.ru.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View Controller", - "description": "A MacCatalyst View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View Controller", + "description": "A MacCatalyst View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.tr.json index 61569a5e6c3a..a7ab1cf4389c 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.tr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View Controller", - "description": "A MacCatalyst View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View Controller", + "description": "A MacCatalyst View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.zh-Hans.json index 61569a5e6c3a..a7ab1cf4389c 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.zh-Hans.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View Controller", - "description": "A MacCatalyst View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View Controller", + "description": "A MacCatalyst View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.zh-Hant.json index 61569a5e6c3a..a7ab1cf4389c 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst-viewcontroller/.template.config/localize/templatestrings.zh-Hant.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst View Controller", - "description": "A MacCatalyst View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "Mac Catalyst View Controller", + "description": "A MacCatalyst View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.cs.json index ff76b64ca4f1..bb3771dd27d6 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.cs.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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." +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.de.json index a36ea69d223f..08c0bdb4d449 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.de.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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." +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.es.json index 4d5d3bd7c8cd..a57a3bd109e5 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.es.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.fr.json index d68b19abf190..4e52fbf8d7d1 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.fr.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.it.json index a0601abdf329..829483bcaed2 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.it.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.ja.json index c0fe8909f8e2..960891a9eecd 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.ja.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst アプリケーション", - "description": ".NET Mac Catalyst アプリケーションを作成するためのプロジェクト", - "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", - "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします" +{ + "author": "Microsoft", + "name": "Mac Catalyst アプリケーション", + "description": ".NET Mac Catalyst アプリケーションを作成するためのプロジェクト", + "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", + "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.ko.json index 75d6b3a0211d..6a45bf3f84f1 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.ko.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst 애플리케이션", - "description": ".NET Mac Catalyst 애플리케이션을 만들기 위한 프로젝트", - "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", - "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의" +{ + "author": "Microsoft", + "name": "Mac Catalyst 애플리케이션", + "description": ".NET Mac Catalyst 애플리케이션을 만들기 위한 프로젝트", + "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", + "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.pl.json index fd2c0b9d3d0b..c4b7e2936859 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.pl.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.pt-BR.json index 92312bec2e65..eda65fceac90 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.pt-BR.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.ru.json index a741b7e4abe3..d4c5bad09d12 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.ru.json @@ -1,7 +1,7 @@ -{ - "author": "Майкрософт", - "name": "Приложение Mac Catalyst", - "description": "Проект для создания приложения .NET Mac Catalyst", - "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", - "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта" +{ + "author": "Майкрософт", + "name": "Приложение Mac Catalyst", + "description": "Проект для создания приложения .NET Mac Catalyst", + "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", + "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.tr.json index 54746dc911ca..e772d5e62107 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.tr.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.zh-Hans.json index 1919f12c10bc..ab85ef428858 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.zh-Hans.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst 应用程序", - "description": "用于创建 .NET Mac Catalyst 应用程序的项目", - "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", - "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion" +{ + "author": "Microsoft", + "name": "Mac Catalyst 应用程序", + "description": "用于创建 .NET Mac Catalyst 应用程序的项目", + "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", + "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.zh-Hant.json index 6dff8ecfa383..43e7f114e62f 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/.template.config/localize/templatestrings.zh-Hant.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst 應用程式", - "description": "用於建立 .NET Mac Catalyst 應用程式的專案", - "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", - "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion" +{ + "author": "Microsoft", + "name": "Mac Catalyst 應用程式", + "description": "用於建立 .NET Mac Catalyst 應用程式的專案", + "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", + "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.cs.json index b2e1f366940a..b6a655d0f6c6 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.cs.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Knihovna vazeb Mac Catalyst", - "description": "Projekt pro vytvoření knihovny vazeb .NET Mac Catalyst" +{ + "author": "Microsoft", + "name": "Knihovna vazeb Mac Catalyst", + "description": "Projekt pro vytvoření knihovny vazeb .NET Mac Catalyst" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.de.json index 255b6bbd6e65..a81705c30973 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.de.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst-Bindungsbibliothek", - "description": "Ein Projekt zum Erstellen einer .NET Mac Catalyst-Bindungsbibliothek" +{ + "author": "Microsoft", + "name": "Mac Catalyst-Bindungsbibliothek", + "description": "Ein Projekt zum Erstellen einer .NET Mac Catalyst-Bindungsbibliothek" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.es.json index 578cd730e885..55794faef7dd 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.es.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Biblioteca de enlace de Mac Catalyst", - "description": "Proyecto para crear una biblioteca de enlace de Mac Catalyst de .NET" +{ + "author": "Microsoft", + "name": "Biblioteca de enlace de Mac Catalyst", + "description": "Proyecto para crear una biblioteca de enlace de Mac Catalyst de .NET" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.fr.json index 58b504a77009..603d6a63ee93 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.fr.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Bibliothèque de liaisons Mac Catalyst", - "description": "Projet de création d’une bibliothèque de liaisons Mac Catalyst .NET" +{ + "author": "Microsoft", + "name": "Bibliothèque de liaisons Mac Catalyst", + "description": "Projet de création d’une bibliothèque de liaisons Mac Catalyst .NET" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.it.json index b497d2e5bbea..cc75b9a711a6 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.it.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Libreria di binding Mac Catalyst", - "description": "Progetto per la creazione di una libreria di binding Mac Catalyst .NET" +{ + "author": "Microsoft", + "name": "Libreria di binding Mac Catalyst", + "description": "Progetto per la creazione di una libreria di binding Mac Catalyst .NET" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ja.json index cf1f07488b6b..52b8d6b63e64 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ja.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst バインド ライブラリ", - "description": ".NET Mac Catalyst バインド ライブラリを作成するためのプロジェクト" +{ + "author": "Microsoft", + "name": "Mac Catalyst バインド ライブラリ", + "description": ".NET Mac Catalyst バインド ライブラリを作成するためのプロジェクト" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ko.json index 0f881733e0be..37ff61681e20 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ko.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst 바인딩 라이브러리", - "description": ".NET Mac Catalyst 바인딩 라이브러리를 만들기 위한 프로젝트" +{ + "author": "Microsoft", + "name": "Mac Catalyst 바인딩 라이브러리", + "description": ".NET Mac Catalyst 바인딩 라이브러리를 만들기 위한 프로젝트" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.pl.json index 2c9dfaa06c47..4f1343277764 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.pl.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Biblioteka powiązań programu Mac Catalyst", - "description": "Projekt służący do tworzenia biblioteki powiązań dla programu .NET Mac Catalyst" +{ + "author": "Microsoft", + "name": "Biblioteka powiązań programu Mac Catalyst", + "description": "Projekt służący do tworzenia biblioteki powiązań dla programu .NET Mac Catalyst" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.pt-BR.json index 89d5ae1e8c0e..ae56297b3425 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.pt-BR.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Biblioteca de Vinculação do Mac Catalyst", - "description": "Um projeto para criar uma biblioteca de vinculação do .NET Mac Catalyst" +{ + "author": "Microsoft", + "name": "Biblioteca de Vinculação do Mac Catalyst", + "description": "Um projeto para criar uma biblioteca de vinculação do .NET Mac Catalyst" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ru.json index 5f5e51c6f983..a2c6eb7b51d1 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.ru.json @@ -1,5 +1,5 @@ -{ - "author": "Майкрософт", - "name": "Библиотека привязок Mac Catalyst", - "description": "Проект для создания библиотеки привязок .NET Mac Catalyst" +{ + "author": "Майкрософт", + "name": "Библиотека привязок Mac Catalyst", + "description": "Проект для создания библиотеки привязок .NET Mac Catalyst" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.tr.json index f1c6b8b22a7b..7e551a2e786a 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.tr.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst Bağlama Kitaplığı", - "description": ".NET Mac Catalyst bağlama kitaplığı oluşturmaya yönelik bir proje" +{ + "author": "Microsoft", + "name": "Mac Catalyst Bağlama Kitaplığı", + "description": ".NET Mac Catalyst bağlama kitaplığı oluşturmaya yönelik bir proje" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.zh-Hans.json index 0b36b136f46f..2f79d5cb8d70 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.zh-Hans.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst 绑定库", - "description": "用于创建 .NET Mac Catalyst 绑定库的项目" +{ + "author": "Microsoft", + "name": "Mac Catalyst 绑定库", + "description": "用于创建 .NET Mac Catalyst 绑定库的项目" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.zh-Hant.json index c33fff0a2204..bbc969b25552 100644 --- a/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalystbinding/.template.config/localize/templatestrings.zh-Hant.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Mac Catalyst 繫結程式庫", - "description": "用於建立 .NET Mac Catalyst 繫結程式庫的專案" +{ + "author": "Microsoft", + "name": "Mac Catalyst 繫結程式庫", + "description": "用於建立 .NET Mac Catalyst 繫結程式庫的專案" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.cs.json index d08b57f29dce..c8a863a649d4 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.cs.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Kontroler iOS", - "description": "Třída kontroleru iOS", - "symbols/namespace/description": "obor názvů pro vygenerovaný kód" +{ + "author": "Microsoft", + "name": "Kontroler iOS", + "description": "Třída kontroleru iOS", + "symbols/namespace/description": "obor názvů pro vygenerovaný kód" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.de.json index 28c86824b43c..984daceaceb7 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.de.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS-Controller", - "description": "iOS-Controllerklasse", - "symbols/namespace/description": "Namespace für den generierten Code" +{ + "author": "Microsoft", + "name": "iOS-Controller", + "description": "iOS-Controllerklasse", + "symbols/namespace/description": "Namespace für den generierten Code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.es.json index 6d861f11792d..4f6471d87e56 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.es.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Controlador de iOS", - "description": "Clase de controladora iOS", - "symbols/namespace/description": "espacio de nombres para el código generado" +{ + "author": "Microsoft", + "name": "Controlador de iOS", + "description": "Clase de controladora iOS", + "symbols/namespace/description": "espacio de nombres para el código generado" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.fr.json index 876f5315ec32..4a76df9743f1 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.fr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Contrôleur iOS", - "description": "Classe de contrôleur iOS", - "symbols/namespace/description": "espace de noms pour le code généré" +{ + "author": "Microsoft", + "name": "Contrôleur iOS", + "description": "Classe de contrôleur iOS", + "symbols/namespace/description": "espace de noms pour le code généré" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.it.json index 9095738647da..e29a193428f3 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.it.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Controller iOS", - "description": "Una classe controller iOS", - "symbols/namespace/description": "spazio dei nomi per il codice generato" +{ + "author": "Microsoft", + "name": "Controller iOS", + "description": "Una classe controller iOS", + "symbols/namespace/description": "spazio dei nomi per il codice generato" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.ja.json index de3f6d9fd86c..88e2676484e6 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.ja.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS コントローラー", - "description": "iOS コントローラー クラス", - "symbols/namespace/description": "生成されたコードの名前空間" +{ + "author": "Microsoft", + "name": "iOS コントローラー", + "description": "iOS コントローラー クラス", + "symbols/namespace/description": "生成されたコードの名前空間" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.ko.json index 1d4dfbcb79f5..3497f7562e0e 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.ko.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS 컨트롤러", - "description": "iOS 컨트롤러 클래스", - "symbols/namespace/description": "생성된 코드의 네임스페이스" +{ + "author": "Microsoft", + "name": "iOS 컨트롤러", + "description": "iOS 컨트롤러 클래스", + "symbols/namespace/description": "생성된 코드의 네임스페이스" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.pl.json index e026e32f91c1..d515d72baf53 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.pl.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Kontroler systemu iOS", - "description": "Klasa kontrolera systemu iOS", - "symbols/namespace/description": "przestrzeń nazw wygenerowanego kodu." +{ + "author": "Microsoft", + "name": "Kontroler systemu iOS", + "description": "Klasa kontrolera systemu iOS", + "symbols/namespace/description": "przestrzeń nazw wygenerowanego kodu." } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.pt-BR.json index 2b13e4402c9f..a55187672557 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.pt-BR.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "Controlador iOS", - "description": "Uma classe de Controlador do iOS", - "symbols/namespace/description": "namespace do código gerado" +{ + "author": "Microsoft", + "name": "Controlador iOS", + "description": "Uma classe de Controlador do iOS", + "symbols/namespace/description": "namespace do código gerado" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.ru.json index 81308682dcc5..090e2fd8c709 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.ru.json @@ -1,6 +1,6 @@ -{ - "author": "Майкрософт", - "name": "Контроллер iOS", - "description": "Класс контроллера iOS", - "symbols/namespace/description": "пространство имен для созданного кода" +{ + "author": "Майкрософт", + "name": "Контроллер iOS", + "description": "Класс контроллера iOS", + "symbols/namespace/description": "пространство имен для созданного кода" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.tr.json index f3bd2ee3e00d..3115fd02e39a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.tr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS Denetleyicisi", - "description": "Bir iOS Denetleyici sınıfı", - "symbols/namespace/description": "oluşturulan kod için ad alanı" +{ + "author": "Microsoft", + "name": "iOS Denetleyicisi", + "description": "Bir iOS Denetleyici sınıfı", + "symbols/namespace/description": "oluşturulan kod için ad alanı" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.zh-Hans.json index 3bd900b7da60..ab99438dfa2b 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.zh-Hans.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS 控制器", - "description": "iOS 控制器类", - "symbols/namespace/description": "生成的代码的命名空间" +{ + "author": "Microsoft", + "name": "iOS 控制器", + "description": "iOS 控制器类", + "symbols/namespace/description": "生成的代码的命名空间" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.zh-Hant.json index a3e9e12ad6a2..211e73de0327 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-controller/.template.config/localize/templatestrings.zh-Hant.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS 控制器", - "description": "iOS 控制器類別", - "symbols/namespace/description": "適用於產生之程式碼的命名空間" +{ + "author": "Microsoft", + "name": "iOS 控制器", + "description": "iOS 控制器類別", + "symbols/namespace/description": "適用於產生之程式碼的命名空間" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.cs.json index 64f99b00d553..daa3b55bfa2b 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.cs.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS Storyboard", - "description": "An iOS Storyboard" +{ + "author": "Microsoft", + "name": "iOS Storyboard", + "description": "An iOS Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.de.json index 64f99b00d553..daa3b55bfa2b 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.de.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS Storyboard", - "description": "An iOS Storyboard" +{ + "author": "Microsoft", + "name": "iOS Storyboard", + "description": "An iOS Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.es.json index 64f99b00d553..daa3b55bfa2b 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.es.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS Storyboard", - "description": "An iOS Storyboard" +{ + "author": "Microsoft", + "name": "iOS Storyboard", + "description": "An iOS Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.fr.json index 64f99b00d553..daa3b55bfa2b 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.fr.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS Storyboard", - "description": "An iOS Storyboard" +{ + "author": "Microsoft", + "name": "iOS Storyboard", + "description": "An iOS Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.it.json index 64f99b00d553..daa3b55bfa2b 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.it.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS Storyboard", - "description": "An iOS Storyboard" +{ + "author": "Microsoft", + "name": "iOS Storyboard", + "description": "An iOS Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.ja.json index 64f99b00d553..daa3b55bfa2b 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.ja.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS Storyboard", - "description": "An iOS Storyboard" +{ + "author": "Microsoft", + "name": "iOS Storyboard", + "description": "An iOS Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.ko.json index 64f99b00d553..daa3b55bfa2b 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.ko.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS Storyboard", - "description": "An iOS Storyboard" +{ + "author": "Microsoft", + "name": "iOS Storyboard", + "description": "An iOS Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.pl.json index 64f99b00d553..daa3b55bfa2b 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.pl.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS Storyboard", - "description": "An iOS Storyboard" +{ + "author": "Microsoft", + "name": "iOS Storyboard", + "description": "An iOS Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.pt-BR.json index 64f99b00d553..daa3b55bfa2b 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.pt-BR.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS Storyboard", - "description": "An iOS Storyboard" +{ + "author": "Microsoft", + "name": "iOS Storyboard", + "description": "An iOS Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.ru.json index 64f99b00d553..daa3b55bfa2b 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.ru.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS Storyboard", - "description": "An iOS Storyboard" +{ + "author": "Microsoft", + "name": "iOS Storyboard", + "description": "An iOS Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.tr.json index 64f99b00d553..daa3b55bfa2b 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.tr.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS Storyboard", - "description": "An iOS Storyboard" +{ + "author": "Microsoft", + "name": "iOS Storyboard", + "description": "An iOS Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.zh-Hans.json index 64f99b00d553..daa3b55bfa2b 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.zh-Hans.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS Storyboard", - "description": "An iOS Storyboard" +{ + "author": "Microsoft", + "name": "iOS Storyboard", + "description": "An iOS Storyboard" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.zh-Hant.json index 64f99b00d553..daa3b55bfa2b 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-storyboard/.template.config/localize/templatestrings.zh-Hant.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS Storyboard", - "description": "An iOS Storyboard" +{ + "author": "Microsoft", + "name": "iOS Storyboard", + "description": "An iOS Storyboard" } \ No newline at end of file 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 56f969fd57c3..04ea495f6f96 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 @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "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/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu.", - "symbols/deviceFamily/choices/universal/description": "Podpora zařízení iPhone i iPad", - "symbols/deviceFamily/choices/iphone/description": "Podpora pouze zařízení iPhone", - "symbols/deviceFamily/choices/ipad/description": "Podpora pouze zařízení iPad" +{ + "author": "Microsoft", + "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/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu.", + "symbols/deviceFamily/choices/universal/description": "Podpora zařízení iPhone i iPad", + "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 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 a3ce94c7adba..8ab877c975e0 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 @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "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/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei.", - "symbols/deviceFamily/choices/universal/description": "iPhone- und iPad-Geräte unterstützen", - "symbols/deviceFamily/choices/iphone/description": "Nur iPhone-Geräte unterstützen", - "symbols/deviceFamily/choices/ipad/description": "Nur iPad-Geräte unterstützen" +{ + "author": "Microsoft", + "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/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei.", + "symbols/deviceFamily/choices/universal/description": "iPhone- und iPad-Geräte unterstützen", + "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 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 0f033bcc3312..f7c90d2d53f1 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 @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "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/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto", - "symbols/deviceFamily/choices/universal/description": "Compatibilidad con dispositivos iPhone y iPad", - "symbols/deviceFamily/choices/iphone/description": "Admitir solo dispositivos iPhone", - "symbols/deviceFamily/choices/ipad/description": "Admitir solo dispositivos iPad" +{ + "author": "Microsoft", + "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/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto", + "symbols/deviceFamily/choices/universal/description": "Compatibilidad con dispositivos iPhone y iPad", + "symbols/deviceFamily/choices/iphone/description": "Admitir solo dispositivos iPhone", + "symbols/deviceFamily/choices/ipad/description": "Admitir solo dispositivos iPad" } \ No newline at end of file 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 cf7f35710e34..2bb05a6b7abf 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 @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "name": "Application à onglets iOS", - "description": "Projet de création d’une application à onglets .NET iOS", - "symbols/bundleId/description": "Remplace CFBundleIdentifier dans Info.plist", - "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet", - "symbols/deviceFamily/choices/universal/description": "Prendre en charge les appareils iPhone et iPad", - "symbols/deviceFamily/choices/iphone/description": "Prendre en charge uniquement les appareils iPhone", - "symbols/deviceFamily/choices/ipad/description": "Prendre en charge uniquement les appareils iPad" +{ + "author": "Microsoft", + "name": "Application à onglets iOS", + "description": "Projet de création d’une application à onglets .NET iOS", + "symbols/bundleId/description": "Remplace CFBundleIdentifier dans Info.plist", + "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet", + "symbols/deviceFamily/choices/universal/description": "Prendre en charge les appareils iPhone et iPad", + "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 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 16d5c1fec4fc..55682da3853d 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 @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "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/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto", - "symbols/deviceFamily/choices/universal/description": "Supporta dispositivi iPhone e iPad", - "symbols/deviceFamily/choices/iphone/description": "Supporta solo dispositivi iPhone", - "symbols/deviceFamily/choices/ipad/description": "Supporta solo dispositivi iPad" +{ + "author": "Microsoft", + "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/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto", + "symbols/deviceFamily/choices/universal/description": "Supporta dispositivi iPhone e iPad", + "symbols/deviceFamily/choices/iphone/description": "Supporta solo dispositivi iPhone", + "symbols/deviceFamily/choices/ipad/description": "Supporta solo dispositivi iPad" } \ No newline at end of file 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 2fd13cc074a6..4cfc70f9f503 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 @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "name": "iOS タブ付きアプリケーション", - "description": ".NET iOS タブ付きアプリケーションを作成するためのプロジェクト", - "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", - "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします", - "symbols/deviceFamily/choices/universal/description": "iPhone デバイスと iPad デバイスの両方をサポートする", - "symbols/deviceFamily/choices/iphone/description": "iPhone デバイスのみをサポート", - "symbols/deviceFamily/choices/ipad/description": "iPad デバイスのみをサポート" +{ + "author": "Microsoft", + "name": "iOS タブ付きアプリケーション", + "description": ".NET iOS タブ付きアプリケーションを作成するためのプロジェクト", + "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", + "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします", + "symbols/deviceFamily/choices/universal/description": "iPhone デバイスと iPad デバイスの両方をサポートする", + "symbols/deviceFamily/choices/iphone/description": "iPhone デバイスのみをサポート", + "symbols/deviceFamily/choices/ipad/description": "iPad デバイスのみをサポート" } \ No newline at end of file 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 47cb947fce1b..df69ce419c7f 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 @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "name": "iOS 탭 애플리케이션", - "description": ".NET iOS 탭 애플리케이션을 만들기 위한 프로젝트", - "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", - "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의", - "symbols/deviceFamily/choices/universal/description": "iPhone 및 iPad 디바이스 모두 지원", - "symbols/deviceFamily/choices/iphone/description": "iPhone 디바이스만 지원", - "symbols/deviceFamily/choices/ipad/description": "iPad 디바이스만 지원" +{ + "author": "Microsoft", + "name": "iOS 탭 애플리케이션", + "description": ".NET iOS 탭 애플리케이션을 만들기 위한 프로젝트", + "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", + "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의", + "symbols/deviceFamily/choices/universal/description": "iPhone 및 iPad 디바이스 모두 지원", + "symbols/deviceFamily/choices/iphone/description": "iPhone 디바이스만 지원", + "symbols/deviceFamily/choices/ipad/description": "iPad 디바이스만 지원" } \ No newline at end of file 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 2393d6892099..dab2c4b9a229 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 @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "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/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu", - "symbols/deviceFamily/choices/universal/description": "Obsługa urządzeń iPhone i iPad", - "symbols/deviceFamily/choices/iphone/description": "Obsługa tylko urządzeń iPhone", - "symbols/deviceFamily/choices/ipad/description": "Obsługa tylko urządzeń iPad" +{ + "author": "Microsoft", + "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/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu", + "symbols/deviceFamily/choices/universal/description": "Obsługa urządzeń iPhone i iPad", + "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 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 fe74b9cda049..9f0825281479 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 @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "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/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos", - "symbols/deviceFamily/choices/universal/description": "Dar suporte aos dispositivos iPhone e iPad", - "symbols/deviceFamily/choices/iphone/description": "Oferecer suporte somente aos dispositivos iPhone", - "symbols/deviceFamily/choices/ipad/description": "Oferecer suporte somente aos dispositivos iPad" +{ + "author": "Microsoft", + "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/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos", + "symbols/deviceFamily/choices/universal/description": "Dar suporte aos dispositivos iPhone e iPad", + "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 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 583b85615267..f6fb686f136b 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 @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "name": "Приложение iOS с вкладками", - "description": "Проект для создания приложения .NET с вкладками для iOS", - "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", - "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта", - "symbols/deviceFamily/choices/universal/description": "Поддержка устройств iPhone и iPad", - "symbols/deviceFamily/choices/iphone/description": "Поддерживаются только устройства iPhone", - "symbols/deviceFamily/choices/ipad/description": "Поддерживаются только устройства iPad" +{ + "author": "Microsoft", + "name": "Приложение iOS с вкладками", + "description": "Проект для создания приложения .NET с вкладками для iOS", + "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", + "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта", + "symbols/deviceFamily/choices/universal/description": "Поддержка устройств iPhone и iPad", + "symbols/deviceFamily/choices/iphone/description": "Поддерживаются только устройства iPhone", + "symbols/deviceFamily/choices/ipad/description": "Поддерживаются только устройства iPad" } \ No newline at end of file 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 4c48856669a1..f06a6bbebe70 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 @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "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/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar", - "symbols/deviceFamily/choices/universal/description": "Hem iPhone hem de iPad cihazları için destek", - "symbols/deviceFamily/choices/iphone/description": "Yalnızca iPhone cihazları için destek", - "symbols/deviceFamily/choices/ipad/description": "Yalnızca iPad cihazları için destek" +{ + "author": "Microsoft", + "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/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar", + "symbols/deviceFamily/choices/universal/description": "Hem iPhone hem de iPad cihazları için destek", + "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 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 dd2033639c4e..cae3104224ef 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 @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "name": "iOS 选项卡式应用程序", - "description": "用于创建 .NET iOS 选项卡式应用程序的项目", - "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", - "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion", - "symbols/deviceFamily/choices/universal/description": "同时支持 iPhone 和 iPad 设备", - "symbols/deviceFamily/choices/iphone/description": "仅支持 iPhone 设备", - "symbols/deviceFamily/choices/ipad/description": "仅支持 iPad 设备" +{ + "author": "Microsoft", + "name": "iOS 选项卡式应用程序", + "description": "用于创建 .NET iOS 选项卡式应用程序的项目", + "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", + "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion", + "symbols/deviceFamily/choices/universal/description": "同时支持 iPhone 和 iPad 设备", + "symbols/deviceFamily/choices/iphone/description": "仅支持 iPhone 设备", + "symbols/deviceFamily/choices/ipad/description": "仅支持 iPad 设备" } \ No newline at end of file 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 d94a1f846be2..5a46e20a3004 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 @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "name": "iOS Tabbed 應用程式", - "description": "用於建立 .NET iOS Tab 鍵式應用程式的專案", - "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", - "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion", - "symbols/deviceFamily/choices/universal/description": "同時支援 iPhone 與 iPad 裝置", - "symbols/deviceFamily/choices/iphone/description": "僅支援 iPhone 裝置", - "symbols/deviceFamily/choices/ipad/description": "僅支援 iPad 裝置" +{ + "author": "Microsoft", + "name": "iOS Tabbed 應用程式", + "description": "用於建立 .NET iOS Tab 鍵式應用程式的專案", + "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", + "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion", + "symbols/deviceFamily/choices/universal/description": "同時支援 iPhone 與 iPad 裝置", + "symbols/deviceFamily/choices/iphone/description": "僅支援 iPhone 裝置", + "symbols/deviceFamily/choices/ipad/description": "僅支援 iPad 裝置" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.cs.json index 61e5a161eb49..73b31a1ab12a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.cs.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View", - "description": "An iOS View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View", + "description": "An iOS View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.de.json index 61e5a161eb49..73b31a1ab12a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.de.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View", - "description": "An iOS View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View", + "description": "An iOS View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.es.json index 61e5a161eb49..73b31a1ab12a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.es.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View", - "description": "An iOS View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View", + "description": "An iOS View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.fr.json index 61e5a161eb49..73b31a1ab12a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.fr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View", - "description": "An iOS View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View", + "description": "An iOS View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.it.json index 61e5a161eb49..73b31a1ab12a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.it.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View", - "description": "An iOS View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View", + "description": "An iOS View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.ja.json index 61e5a161eb49..73b31a1ab12a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.ja.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View", - "description": "An iOS View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View", + "description": "An iOS View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.ko.json index 61e5a161eb49..73b31a1ab12a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.ko.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View", - "description": "An iOS View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View", + "description": "An iOS View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.pl.json index 61e5a161eb49..73b31a1ab12a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.pl.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View", - "description": "An iOS View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View", + "description": "An iOS View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.pt-BR.json index 61e5a161eb49..73b31a1ab12a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.pt-BR.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View", - "description": "An iOS View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View", + "description": "An iOS View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.ru.json index 61e5a161eb49..73b31a1ab12a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.ru.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View", - "description": "An iOS View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View", + "description": "An iOS View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.tr.json index 61e5a161eb49..73b31a1ab12a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.tr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View", - "description": "An iOS View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View", + "description": "An iOS View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.zh-Hans.json index 61e5a161eb49..73b31a1ab12a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.zh-Hans.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View", - "description": "An iOS View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View", + "description": "An iOS View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.zh-Hant.json index 61e5a161eb49..73b31a1ab12a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-view/.template.config/localize/templatestrings.zh-Hant.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View", - "description": "An iOS View", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View", + "description": "An iOS View", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.cs.json index 1de8b9ac6213..21c410f151c9 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.cs.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View Controller", - "description": "An iOS View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View Controller", + "description": "An iOS View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.de.json index 1de8b9ac6213..21c410f151c9 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.de.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View Controller", - "description": "An iOS View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View Controller", + "description": "An iOS View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.es.json index 1de8b9ac6213..21c410f151c9 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.es.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View Controller", - "description": "An iOS View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View Controller", + "description": "An iOS View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.fr.json index 1de8b9ac6213..21c410f151c9 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.fr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View Controller", - "description": "An iOS View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View Controller", + "description": "An iOS View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.it.json index 1de8b9ac6213..21c410f151c9 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.it.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View Controller", - "description": "An iOS View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View Controller", + "description": "An iOS View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.ja.json index 1de8b9ac6213..21c410f151c9 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.ja.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View Controller", - "description": "An iOS View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View Controller", + "description": "An iOS View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.ko.json index 1de8b9ac6213..21c410f151c9 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.ko.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View Controller", - "description": "An iOS View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View Controller", + "description": "An iOS View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.pl.json index 1de8b9ac6213..21c410f151c9 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.pl.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View Controller", - "description": "An iOS View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View Controller", + "description": "An iOS View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.pt-BR.json index 1de8b9ac6213..21c410f151c9 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.pt-BR.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View Controller", - "description": "An iOS View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View Controller", + "description": "An iOS View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.ru.json index 1de8b9ac6213..21c410f151c9 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.ru.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View Controller", - "description": "An iOS View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View Controller", + "description": "An iOS View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.tr.json index 1de8b9ac6213..21c410f151c9 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.tr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View Controller", - "description": "An iOS View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View Controller", + "description": "An iOS View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.zh-Hans.json index 1de8b9ac6213..21c410f151c9 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.zh-Hans.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View Controller", - "description": "An iOS View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View Controller", + "description": "An iOS View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.zh-Hant.json index 1de8b9ac6213..21c410f151c9 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios-viewcontroller/.template.config/localize/templatestrings.zh-Hant.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "iOS View Controller", - "description": "An iOS View Controller class and xib", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "iOS View Controller", + "description": "An iOS View Controller class and xib", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.cs.json index 934cba5e8bca..ffdaf620991e 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.cs.json @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "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/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu.", - "symbols/deviceFamily/choices/universal/description": "Podpora zařízení iPhone i iPad", - "symbols/deviceFamily/choices/iphone/description": "Podpora pouze zařízení iPhone", - "symbols/deviceFamily/choices/ipad/description": "Podpora pouze zařízení iPad" +{ + "author": "Microsoft", + "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/minOSVersion/description": "Přepíše SupportedOSPlatformVersion v souboru projektu.", + "symbols/deviceFamily/choices/universal/description": "Podpora zařízení iPhone i iPad", + "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 diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.de.json index 6f41fe8c74e0..4ad3f881d371 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.de.json @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "name": "iOS-Anwendung", - "description": "Ein Projekt zum Erstellen einer .NET iOS-Anwendung", - "symbols/bundleId/description": "Überschreibt „CFBundleIdentifier“ in „Info.plist“", - "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei.", - "symbols/deviceFamily/choices/universal/description": "iPhone- und iPad-Geräte unterstützen", - "symbols/deviceFamily/choices/iphone/description": "Nur iPhone-Geräte unterstützen", - "symbols/deviceFamily/choices/ipad/description": "Nur iPad-Geräte unterstützen" +{ + "author": "Microsoft", + "name": "iOS-Anwendung", + "description": "Ein Projekt zum Erstellen einer .NET iOS-Anwendung", + "symbols/bundleId/description": "Überschreibt „CFBundleIdentifier“ in „Info.plist“", + "symbols/minOSVersion/description": "Überschreibt „SupportedOSPlatformVersion“ in der Projektdatei.", + "symbols/deviceFamily/choices/universal/description": "iPhone- und iPad-Geräte unterstützen", + "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 diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.es.json index 2327ba17a8f4..6c5174946593 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.es.json @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "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/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto", - "symbols/deviceFamily/choices/universal/description": "Compatibilidad con dispositivos iPhone y iPad", - "symbols/deviceFamily/choices/iphone/description": "Admitir solo dispositivos iPhone", - "symbols/deviceFamily/choices/ipad/description": "Admitir solo dispositivos iPad" +{ + "author": "Microsoft", + "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/minOSVersion/description": "Invalida SupportedOSPlatformVersion en el archivo de proyecto", + "symbols/deviceFamily/choices/universal/description": "Compatibilidad con dispositivos iPhone y iPad", + "symbols/deviceFamily/choices/iphone/description": "Admitir solo dispositivos iPhone", + "symbols/deviceFamily/choices/ipad/description": "Admitir solo dispositivos iPad" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.fr.json index 7884da74575e..0bf866bbe354 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.fr.json @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "name": "Application iOS", - "description": "Projet de création d’une application .NET iOS", - "symbols/bundleId/description": "Remplace CFBundleIdentifier dans Info.plist", - "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet", - "symbols/deviceFamily/choices/universal/description": "Prendre en charge les appareils iPhone et iPad", - "symbols/deviceFamily/choices/iphone/description": "Prendre en charge uniquement les appareils iPhone", - "symbols/deviceFamily/choices/ipad/description": "Prendre en charge uniquement les appareils iPad" +{ + "author": "Microsoft", + "name": "Application iOS", + "description": "Projet de création d’une application .NET iOS", + "symbols/bundleId/description": "Remplace CFBundleIdentifier dans Info.plist", + "symbols/minOSVersion/description": "Remplace SupportedOSPlatformVersion dans le fichier projet", + "symbols/deviceFamily/choices/universal/description": "Prendre en charge les appareils iPhone et iPad", + "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 diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.it.json index 37cc3ed903af..762e7614dc02 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.it.json @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "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/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto", - "symbols/deviceFamily/choices/universal/description": "Supporta dispositivi iPhone e iPad", - "symbols/deviceFamily/choices/iphone/description": "Supporta solo dispositivi iPhone", - "symbols/deviceFamily/choices/ipad/description": "Supporta solo dispositivi iPad" +{ + "author": "Microsoft", + "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/minOSVersion/description": "Esegue l'override di SupportedOSPlatformVersion nel file di progetto", + "symbols/deviceFamily/choices/universal/description": "Supporta dispositivi iPhone e iPad", + "symbols/deviceFamily/choices/iphone/description": "Supporta solo dispositivi iPhone", + "symbols/deviceFamily/choices/ipad/description": "Supporta solo dispositivi iPad" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.ja.json index 060eca7cc1d6..dcdba082186b 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.ja.json @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "name": "iOS アプリケーション", - "description": ".NET iOS アプリケーションを作成するためのプロジェクト", - "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", - "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします", - "symbols/deviceFamily/choices/universal/description": "iPhone デバイスと iPad デバイスの両方をサポートする", - "symbols/deviceFamily/choices/iphone/description": "iPhone デバイスのみをサポート", - "symbols/deviceFamily/choices/ipad/description": "iPad デバイスのみをサポート" +{ + "author": "Microsoft", + "name": "iOS アプリケーション", + "description": ".NET iOS アプリケーションを作成するためのプロジェクト", + "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", + "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします", + "symbols/deviceFamily/choices/universal/description": "iPhone デバイスと iPad デバイスの両方をサポートする", + "symbols/deviceFamily/choices/iphone/description": "iPhone デバイスのみをサポート", + "symbols/deviceFamily/choices/ipad/description": "iPad デバイスのみをサポート" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.ko.json index 00f41005618f..bd4e91231a2e 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.ko.json @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "name": "iOS 애플리케이션", - "description": ".NET iOS 애플리케이션을 만들기 위한 프로젝트", - "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", - "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의", - "symbols/deviceFamily/choices/universal/description": "iPhone 및 iPad 디바이스 모두 지원", - "symbols/deviceFamily/choices/iphone/description": "iPhone 디바이스만 지원", - "symbols/deviceFamily/choices/ipad/description": "iPad 디바이스만 지원" +{ + "author": "Microsoft", + "name": "iOS 애플리케이션", + "description": ".NET iOS 애플리케이션을 만들기 위한 프로젝트", + "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", + "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의", + "symbols/deviceFamily/choices/universal/description": "iPhone 및 iPad 디바이스 모두 지원", + "symbols/deviceFamily/choices/iphone/description": "iPhone 디바이스만 지원", + "symbols/deviceFamily/choices/ipad/description": "iPad 디바이스만 지원" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.pl.json index de51c0d9f570..04dbcacf0c5f 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.pl.json @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "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/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu", - "symbols/deviceFamily/choices/universal/description": "Obsługa urządzeń iPhone i iPad", - "symbols/deviceFamily/choices/iphone/description": "Obsługa tylko urządzeń iPhone", - "symbols/deviceFamily/choices/ipad/description": "Obsługa tylko urządzeń iPad" +{ + "author": "Microsoft", + "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/minOSVersion/description": "Nadpisuje element SupportedOSPlatformVersion w pliku projektu", + "symbols/deviceFamily/choices/universal/description": "Obsługa urządzeń iPhone i iPad", + "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 diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.pt-BR.json index 4322e94d499d..f9c2fc01854a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.pt-BR.json @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "name": "Aplicativo iOS", - "description": "Um projeto para criar um aplicativo iOS .NET", - "symbols/bundleId/description": "Substitui o CFBundleIdentifier no Info.plist", - "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos", - "symbols/deviceFamily/choices/universal/description": "Dar suporte aos dispositivos iPhone e iPad", - "symbols/deviceFamily/choices/iphone/description": "Oferecer suporte somente aos dispositivos iPhone", - "symbols/deviceFamily/choices/ipad/description": "Oferecer suporte somente aos dispositivos iPad" +{ + "author": "Microsoft", + "name": "Aplicativo iOS", + "description": "Um projeto para criar um aplicativo iOS .NET", + "symbols/bundleId/description": "Substitui o CFBundleIdentifier no Info.plist", + "symbols/minOSVersion/description": "Substitui o SupportedOSPlatformVersion no arquivo de projetos", + "symbols/deviceFamily/choices/universal/description": "Dar suporte aos dispositivos iPhone e iPad", + "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 diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.ru.json index 650e9dd1d65d..49f509afb571 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.ru.json @@ -1,10 +1,10 @@ -{ - "author": "Майкрософт", - "name": "Приложение iOS", - "description": "Проект для создания приложения .NET для iOS", - "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", - "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта", - "symbols/deviceFamily/choices/universal/description": "Поддержка устройств iPhone и iPad", - "symbols/deviceFamily/choices/iphone/description": "Поддерживаются только устройства iPhone", - "symbols/deviceFamily/choices/ipad/description": "Поддерживаются только устройства iPad" +{ + "author": "Майкрософт", + "name": "Приложение iOS", + "description": "Проект для создания приложения .NET для iOS", + "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", + "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта", + "symbols/deviceFamily/choices/universal/description": "Поддержка устройств iPhone и iPad", + "symbols/deviceFamily/choices/iphone/description": "Поддерживаются только устройства iPhone", + "symbols/deviceFamily/choices/ipad/description": "Поддерживаются только устройства iPad" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.tr.json index 3a9eec4bac86..1b16e4e0db8a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.tr.json @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "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/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar", - "symbols/deviceFamily/choices/universal/description": "Hem iPhone hem de iPad cihazları için destek", - "symbols/deviceFamily/choices/iphone/description": "Yalnızca iPhone cihazları için destek", - "symbols/deviceFamily/choices/ipad/description": "Yalnızca iPad cihazları için destek" +{ + "author": "Microsoft", + "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/minOSVersion/description": "Proje dosyasındaki SupportedOSPlatformVersion öğesini geçersiz kılar", + "symbols/deviceFamily/choices/universal/description": "Hem iPhone hem de iPad cihazları için destek", + "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 diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.zh-Hans.json index 8570e3530403..37612934a14c 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.zh-Hans.json @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "name": "iOS 应用程序", - "description": "用于创建 .NET iOS 应用程序的项目", - "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", - "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion", - "symbols/deviceFamily/choices/universal/description": "同时支持 iPhone 和 iPad 设备", - "symbols/deviceFamily/choices/iphone/description": "仅支持 iPhone 设备", - "symbols/deviceFamily/choices/ipad/description": "仅支持 iPad 设备" +{ + "author": "Microsoft", + "name": "iOS 应用程序", + "description": "用于创建 .NET iOS 应用程序的项目", + "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", + "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion", + "symbols/deviceFamily/choices/universal/description": "同时支持 iPhone 和 iPad 设备", + "symbols/deviceFamily/choices/iphone/description": "仅支持 iPhone 设备", + "symbols/deviceFamily/choices/ipad/description": "仅支持 iPad 设备" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.zh-Hant.json index 466a7daa0ed0..34f42407fc14 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ios/.template.config/localize/templatestrings.zh-Hant.json @@ -1,10 +1,10 @@ -{ - "author": "Microsoft", - "name": "iOS 應用程式", - "description": "用於建立 .NET 6 iOS 應用程式的專案", - "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", - "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion", - "symbols/deviceFamily/choices/universal/description": "同時支援 iPhone 與 iPad 裝置", - "symbols/deviceFamily/choices/iphone/description": "僅支援 iPhone 裝置", - "symbols/deviceFamily/choices/ipad/description": "僅支援 iPad 裝置" +{ + "author": "Microsoft", + "name": "iOS 應用程式", + "description": "用於建立 .NET 6 iOS 應用程式的專案", + "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", + "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion", + "symbols/deviceFamily/choices/universal/description": "同時支援 iPhone 與 iPad 裝置", + "symbols/deviceFamily/choices/iphone/description": "僅支援 iPhone 裝置", + "symbols/deviceFamily/choices/ipad/description": "僅支援 iPad 裝置" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.cs.json index 704d9413d936..8535cd84829a 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.cs.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Knihovna vazeb iOS", - "description": "Projekt pro vytvoření knihovny vazeb .NET pro iOS" +{ + "author": "Microsoft", + "name": "Knihovna vazeb iOS", + "description": "Projekt pro vytvoření knihovny vazeb .NET pro iOS" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.de.json index e5b836b7450e..17aff5c4c40b 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.de.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS-Bindungsbibliothek", - "description": "Ein Projekt zum Erstellen einer .NET iOS-Bindungsbibliothek" +{ + "author": "Microsoft", + "name": "iOS-Bindungsbibliothek", + "description": "Ein Projekt zum Erstellen einer .NET iOS-Bindungsbibliothek" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.es.json index 8077d7fbfe36..f31ad32f9088 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.es.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Biblioteca de enlaces de iOS", - "description": "Proyecto para crear una biblioteca de enlaces de iOS de .NET" +{ + "author": "Microsoft", + "name": "Biblioteca de enlaces de iOS", + "description": "Proyecto para crear una biblioteca de enlaces de iOS de .NET" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.fr.json index bde996dbe3c5..65a5b6b48425 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.fr.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Bibliothèque de liaisons iOS", - "description": "Projet de création d’une bibliothèque de liaisons .NET iOS" +{ + "author": "Microsoft", + "name": "Bibliothèque de liaisons iOS", + "description": "Projet de création d’une bibliothèque de liaisons .NET iOS" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.it.json index 1bcb5be39af9..4fb569a7212e 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.it.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Libreria di binding iOS", - "description": "Progetto per la creazione di una libreria di binding iOS .NET" +{ + "author": "Microsoft", + "name": "Libreria di binding iOS", + "description": "Progetto per la creazione di una libreria di binding iOS .NET" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.ja.json index 27b10f450f71..20fbdf122aec 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.ja.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS バインド ライブラリ", - "description": ".NET iOS バインド ライブラリを作成するためのプロジェクト" +{ + "author": "Microsoft", + "name": "iOS バインド ライブラリ", + "description": ".NET iOS バインド ライブラリを作成するためのプロジェクト" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.ko.json index 7288061004b6..21e5413c0bbb 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.ko.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS 바인딩 라이브러리", - "description": ".NET iOS 바인딩 라이브러리를 만들기 위한 프로젝트" +{ + "author": "Microsoft", + "name": "iOS 바인딩 라이브러리", + "description": ".NET iOS 바인딩 라이브러리를 만들기 위한 프로젝트" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.pl.json index d57fc2c7b452..7c84c7689c33 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.pl.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Biblioteka powiązań systemu iOS", - "description": "Projekt służący do tworzenia biblioteki powiązań platformy .NET 6 dla systemu iOS" +{ + "author": "Microsoft", + "name": "Biblioteka powiązań systemu iOS", + "description": "Projekt służący do tworzenia biblioteki powiązań platformy .NET 6 dla systemu iOS" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.pt-BR.json index be208797f9f4..4c1581928788 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.pt-BR.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Biblioteca de associação do iOS", - "description": "Um projeto para criar uma biblioteca de vinculação do iOS .NET" +{ + "author": "Microsoft", + "name": "Biblioteca de associação do iOS", + "description": "Um projeto para criar uma biblioteca de vinculação do iOS .NET" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.ru.json index 2ac00b323257..c579cea5da12 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.ru.json @@ -1,5 +1,5 @@ -{ - "author": "Майкрософт", - "name": "Библиотека привязок iOS", - "description": "Проект для создания библиотеки привязок .NET для iOS" +{ + "author": "Майкрософт", + "name": "Библиотека привязок iOS", + "description": "Проект для создания библиотеки привязок .NET для iOS" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.tr.json index 0bce7bb3e19d..428730f8c622 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.tr.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS Bağlama Kitaplığı", - "description": "Bir .NET iOS bağlama kitaplığı oluşturmaya yönelik proje" +{ + "author": "Microsoft", + "name": "iOS Bağlama Kitaplığı", + "description": "Bir .NET iOS bağlama kitaplığı oluşturmaya yönelik proje" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.zh-Hans.json index d94e3d82a333..4bb7467707e5 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.zh-Hans.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS 绑定库", - "description": "用于创建 .NET iOS 绑定库的项目" +{ + "author": "Microsoft", + "name": "iOS 绑定库", + "description": "用于创建 .NET iOS 绑定库的项目" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.zh-Hant.json index 7aacdfc034fb..514e31513e29 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/iosbinding/.template.config/localize/templatestrings.zh-Hant.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS 繫結程式庫", - "description": "用於建立 .NET 6 iOS 繫結程式庫的專案" +{ + "author": "Microsoft", + "name": "iOS 繫結程式庫", + "description": "用於建立 .NET 6 iOS 繫結程式庫的專案" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.cs.json index 143af7e4de59..27321bd85162 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.cs.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Knihona tříd iOS", - "description": "Projekt pro vytvoření knihovny tříd .NET pro iOS" +{ + "author": "Microsoft", + "name": "Knihona tříd iOS", + "description": "Projekt pro vytvoření knihovny tříd .NET pro iOS" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.de.json index 9e7ae0a0c030..2175e6cad1af 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.de.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS-Klassenbibliothek", - "description": "Ein Projekt zum Erstellen einer .NET iOS-Klassenbibliothek" +{ + "author": "Microsoft", + "name": "iOS-Klassenbibliothek", + "description": "Ein Projekt zum Erstellen einer .NET iOS-Klassenbibliothek" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.es.json index e9ab89234389..98df0bfcd594 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.es.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Biblioteca de clases de iOS", - "description": "Proyecto para crear una biblioteca de clases de iOS de .NET" +{ + "author": "Microsoft", + "name": "Biblioteca de clases de iOS", + "description": "Proyecto para crear una biblioteca de clases de iOS de .NET" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.fr.json index 9181a49152e1..513f76f00d19 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.fr.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Bibliothèque de classes iOS", - "description": "Projet de création d’une bibliothèque de classes .NET iOS" +{ + "author": "Microsoft", + "name": "Bibliothèque de classes iOS", + "description": "Projet de création d’une bibliothèque de classes .NET iOS" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.it.json index 53bacff667ef..6470a15a9570 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.it.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Libreria di classi iOS", - "description": "Progetto per la creazione di una libreria di classi iOS .NET" +{ + "author": "Microsoft", + "name": "Libreria di classi iOS", + "description": "Progetto per la creazione di una libreria di classi iOS .NET" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.ja.json index 37308c0a03da..86492fb90e5f 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.ja.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS クラス ライブラリ", - "description": ".NET iOS クラス ライブラリを作成するためのプロジェクト" +{ + "author": "Microsoft", + "name": "iOS クラス ライブラリ", + "description": ".NET iOS クラス ライブラリを作成するためのプロジェクト" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.ko.json index 02f29abeb80e..e528c7eae8af 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.ko.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS 클래스 라이브러리", - "description": ".NET iOS 클래스 라이브러리를 만들기 위한 프로젝트" +{ + "author": "Microsoft", + "name": "iOS 클래스 라이브러리", + "description": ".NET iOS 클래스 라이브러리를 만들기 위한 프로젝트" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.pl.json index 46c1b9760c66..7ae6cb2c8b40 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.pl.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Biblioteka klas systemy iOS", - "description": "Projekt służący do tworzenia biblioteki klas platformy .NET 6 dla systemu iOS" +{ + "author": "Microsoft", + "name": "Biblioteka klas systemy iOS", + "description": "Projekt służący do tworzenia biblioteki klas platformy .NET 6 dla systemu iOS" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.pt-BR.json index d7e9ffffbebb..fd1bfc088405 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.pt-BR.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "Biblioteca de classes iOS", - "description": "Um projeto para criar uma biblioteca de classes do iOS .NET" +{ + "author": "Microsoft", + "name": "Biblioteca de classes iOS", + "description": "Um projeto para criar uma biblioteca de classes do iOS .NET" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.ru.json index c9595a741eb9..9646758ce677 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.ru.json @@ -1,5 +1,5 @@ -{ - "author": "Майкрософт", - "name": "Библиотека классов iOS", - "description": "Проект для создания библиотеки классов .NET для iOS" +{ + "author": "Майкрософт", + "name": "Библиотека классов iOS", + "description": "Проект для создания библиотеки классов .NET для iOS" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.tr.json index 21c3cd849e98..d51213a318fd 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.tr.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS Sınıf Kitaplığı", - "description": "Bir .NET iOS sınıf kitaplığı oluşturmaya yönelik proje" +{ + "author": "Microsoft", + "name": "iOS Sınıf Kitaplığı", + "description": "Bir .NET iOS sınıf kitaplığı oluşturmaya yönelik proje" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.zh-Hans.json index a1c628b2f364..16f1dc667281 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.zh-Hans.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS 类库", - "description": "用于创建 .NET iOS 类库的项目" +{ + "author": "Microsoft", + "name": "iOS 类库", + "description": "用于创建 .NET iOS 类库的项目" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.zh-Hant.json index b070790942a3..88807f39816e 100644 --- a/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.iOS.Templates/ioslib/.template.config/localize/templatestrings.zh-Hant.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "iOS 類別庫", - "description": "用於建立 .NET 6 iOS 類別庫的專案" +{ + "author": "Microsoft", + "name": "iOS 類別庫", + "description": "用於建立 .NET 6 iOS 類別庫的專案" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.cs.json index cbc1b2515c3c..0fcf30abaece 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.cs.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS Controller", - "description": "A macOS View Controller with UI implemented in code", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS Controller", + "description": "A macOS View Controller with UI implemented in code", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.de.json index cbc1b2515c3c..0fcf30abaece 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.de.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS Controller", - "description": "A macOS View Controller with UI implemented in code", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS Controller", + "description": "A macOS View Controller with UI implemented in code", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.es.json index cbc1b2515c3c..0fcf30abaece 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.es.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS Controller", - "description": "A macOS View Controller with UI implemented in code", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS Controller", + "description": "A macOS View Controller with UI implemented in code", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.fr.json index cbc1b2515c3c..0fcf30abaece 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.fr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS Controller", - "description": "A macOS View Controller with UI implemented in code", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS Controller", + "description": "A macOS View Controller with UI implemented in code", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.it.json index cbc1b2515c3c..0fcf30abaece 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.it.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS Controller", - "description": "A macOS View Controller with UI implemented in code", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS Controller", + "description": "A macOS View Controller with UI implemented in code", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.ja.json index cbc1b2515c3c..0fcf30abaece 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.ja.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS Controller", - "description": "A macOS View Controller with UI implemented in code", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS Controller", + "description": "A macOS View Controller with UI implemented in code", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.ko.json index cbc1b2515c3c..0fcf30abaece 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.ko.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS Controller", - "description": "A macOS View Controller with UI implemented in code", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS Controller", + "description": "A macOS View Controller with UI implemented in code", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.pl.json index cbc1b2515c3c..0fcf30abaece 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.pl.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS Controller", - "description": "A macOS View Controller with UI implemented in code", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS Controller", + "description": "A macOS View Controller with UI implemented in code", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.pt-BR.json index cbc1b2515c3c..0fcf30abaece 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.pt-BR.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS Controller", - "description": "A macOS View Controller with UI implemented in code", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS Controller", + "description": "A macOS View Controller with UI implemented in code", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.ru.json index cbc1b2515c3c..0fcf30abaece 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.ru.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS Controller", - "description": "A macOS View Controller with UI implemented in code", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS Controller", + "description": "A macOS View Controller with UI implemented in code", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.tr.json index cbc1b2515c3c..0fcf30abaece 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.tr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS Controller", - "description": "A macOS View Controller with UI implemented in code", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS Controller", + "description": "A macOS View Controller with UI implemented in code", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.zh-Hans.json index cbc1b2515c3c..0fcf30abaece 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.zh-Hans.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS Controller", - "description": "A macOS View Controller with UI implemented in code", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS Controller", + "description": "A macOS View Controller with UI implemented in code", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.zh-Hant.json index cbc1b2515c3c..0fcf30abaece 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-controller/.template.config/localize/templatestrings.zh-Hant.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS Controller", - "description": "A macOS View Controller with UI implemented in code", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS Controller", + "description": "A macOS View Controller with UI implemented in code", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.cs.json index 8c872fb2f99f..c58374d3442b 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.cs.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View", - "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View", + "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.de.json index 8c872fb2f99f..c58374d3442b 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.de.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View", - "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View", + "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.es.json index 8c872fb2f99f..c58374d3442b 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.es.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View", - "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View", + "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.fr.json index 8c872fb2f99f..c58374d3442b 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.fr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View", - "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View", + "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.it.json index 8c872fb2f99f..c58374d3442b 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.it.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View", - "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View", + "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.ja.json index 8c872fb2f99f..c58374d3442b 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.ja.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View", - "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View", + "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.ko.json index 8c872fb2f99f..c58374d3442b 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.ko.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View", - "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View", + "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.pl.json index 8c872fb2f99f..c58374d3442b 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.pl.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View", - "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View", + "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.pt-BR.json index 8c872fb2f99f..c58374d3442b 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.pt-BR.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View", - "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View", + "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.ru.json index 8c872fb2f99f..c58374d3442b 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.ru.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View", - "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View", + "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.tr.json index 8c872fb2f99f..c58374d3442b 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.tr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View", - "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View", + "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.zh-Hans.json index 8c872fb2f99f..c58374d3442b 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.zh-Hans.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View", - "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View", + "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.zh-Hant.json index 8c872fb2f99f..c58374d3442b 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-view/.template.config/localize/templatestrings.zh-Hant.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View", - "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View", + "description": "A macOS View with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.cs.json index 8511bce0b543..bdd078d38dbb 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.cs.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View Controller", - "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View Controller", + "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.de.json index 8511bce0b543..bdd078d38dbb 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.de.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View Controller", - "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View Controller", + "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.es.json index 8511bce0b543..bdd078d38dbb 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.es.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View Controller", - "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View Controller", + "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.fr.json index 8511bce0b543..bdd078d38dbb 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.fr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View Controller", - "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View Controller", + "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.it.json index 8511bce0b543..bdd078d38dbb 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.it.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View Controller", - "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View Controller", + "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.ja.json index 8511bce0b543..bdd078d38dbb 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.ja.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View Controller", - "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View Controller", + "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.ko.json index 8511bce0b543..bdd078d38dbb 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.ko.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View Controller", - "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View Controller", + "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.pl.json index 8511bce0b543..bdd078d38dbb 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.pl.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View Controller", - "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View Controller", + "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.pt-BR.json index 8511bce0b543..bdd078d38dbb 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.pt-BR.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View Controller", - "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View Controller", + "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.ru.json index 8511bce0b543..bdd078d38dbb 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.ru.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View Controller", - "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View Controller", + "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.tr.json index 8511bce0b543..bdd078d38dbb 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.tr.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View Controller", - "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View Controller", + "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.zh-Hans.json index 8511bce0b543..bdd078d38dbb 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.zh-Hans.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View Controller", - "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View Controller", + "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.zh-Hant.json index 8511bce0b543..bdd078d38dbb 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/.template.config/localize/templatestrings.zh-Hant.json @@ -1,6 +1,6 @@ -{ - "author": "Microsoft", - "name": "macOS View Controller", - "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", - "symbols/namespace/description": "namespace for the generated code" +{ + "author": "Microsoft", + "name": "macOS View Controller", + "description": "A macOS View Controller with UI implemented in Xcode's Interface Builder (XIB file)", + "symbols/namespace/description": "namespace for the generated code" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.cs.json index cf9b70ef877f..2ac44f58d5aa 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.cs.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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." +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.de.json index b234197503d1..227873631b27 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.de.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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." +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.es.json index b668aa461e80..1529ad56f0bf 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.es.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.fr.json index ade908029c1e..7dcbf68f5dda 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.fr.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.it.json index f747e55b13f9..775d3e9d19fd 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.it.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.ja.json index df686feb4d35..6405ead7f1c2 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.ja.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "name": "macOS アプリケーション", - "description": ".NET macOS アプリケーションを作成するためのプロジェクト", - "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", - "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします" +{ + "author": "Microsoft", + "name": "macOS アプリケーション", + "description": ".NET macOS アプリケーションを作成するためのプロジェクト", + "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", + "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.ko.json index 76176bd835d6..e68f0ba3cc9d 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.ko.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "name": "macOS 애플리케이션", - "description": ".NET macOS 애플리케이션을 만들기 위한 프로젝트", - "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", - "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의" +{ + "author": "Microsoft", + "name": "macOS 애플리케이션", + "description": ".NET macOS 애플리케이션을 만들기 위한 프로젝트", + "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", + "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.pl.json index 0fc9cd607677..a56134580f77 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.pl.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.pt-BR.json index fdb3f24a8cc1..100c93feebbb 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.pt-BR.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.ru.json index f2e72a443e77..7df6fdaf554d 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.ru.json @@ -1,7 +1,7 @@ -{ - "author": "Майкрософт", - "name": "Приложение macOS", - "description": "Проект для создания приложения .NET для macOS", - "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", - "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта" +{ + "author": "Майкрософт", + "name": "Приложение macOS", + "description": "Проект для создания приложения .NET для macOS", + "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", + "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.tr.json index 545db83d87fa..ee87a8284574 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.tr.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.zh-Hans.json index 342f48d2cf7c..d6a4072d3a72 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.zh-Hans.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "name": "macOS 应用程序", - "description": "用于创建 .NET macOS 应用程序的项目", - "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", - "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion" +{ + "author": "Microsoft", + "name": "macOS 应用程序", + "description": "用于创建 .NET macOS 应用程序的项目", + "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", + "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.zh-Hant.json index 805177e0c42f..55fac0049709 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macos/.template.config/localize/templatestrings.zh-Hant.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "name": "macOS 應用程式", - "description": "用於建立 .NET 6 macOS 應用程式的專案", - "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", - "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion" +{ + "author": "Microsoft", + "name": "macOS 應用程式", + "description": "用於建立 .NET 6 macOS 應用程式的專案", + "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", + "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.cs.json index c0ea5b890c0d..d5342e00c11f 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.cs.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "macOS Binding Library", - "description": "A project for creating a .NET macOS binding library" +{ + "author": "Microsoft", + "name": "macOS Binding Library", + "description": "A project for creating a .NET macOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.de.json index c0ea5b890c0d..d5342e00c11f 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.de.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "macOS Binding Library", - "description": "A project for creating a .NET macOS binding library" +{ + "author": "Microsoft", + "name": "macOS Binding Library", + "description": "A project for creating a .NET macOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.es.json index c0ea5b890c0d..d5342e00c11f 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.es.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "macOS Binding Library", - "description": "A project for creating a .NET macOS binding library" +{ + "author": "Microsoft", + "name": "macOS Binding Library", + "description": "A project for creating a .NET macOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.fr.json index c0ea5b890c0d..d5342e00c11f 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.fr.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "macOS Binding Library", - "description": "A project for creating a .NET macOS binding library" +{ + "author": "Microsoft", + "name": "macOS Binding Library", + "description": "A project for creating a .NET macOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.it.json index c0ea5b890c0d..d5342e00c11f 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.it.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "macOS Binding Library", - "description": "A project for creating a .NET macOS binding library" +{ + "author": "Microsoft", + "name": "macOS Binding Library", + "description": "A project for creating a .NET macOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.ja.json index c0ea5b890c0d..d5342e00c11f 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.ja.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "macOS Binding Library", - "description": "A project for creating a .NET macOS binding library" +{ + "author": "Microsoft", + "name": "macOS Binding Library", + "description": "A project for creating a .NET macOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.ko.json index c0ea5b890c0d..d5342e00c11f 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.ko.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "macOS Binding Library", - "description": "A project for creating a .NET macOS binding library" +{ + "author": "Microsoft", + "name": "macOS Binding Library", + "description": "A project for creating a .NET macOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.pl.json index c0ea5b890c0d..d5342e00c11f 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.pl.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "macOS Binding Library", - "description": "A project for creating a .NET macOS binding library" +{ + "author": "Microsoft", + "name": "macOS Binding Library", + "description": "A project for creating a .NET macOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.pt-BR.json index c0ea5b890c0d..d5342e00c11f 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.pt-BR.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "macOS Binding Library", - "description": "A project for creating a .NET macOS binding library" +{ + "author": "Microsoft", + "name": "macOS Binding Library", + "description": "A project for creating a .NET macOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.ru.json index c0ea5b890c0d..d5342e00c11f 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.ru.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "macOS Binding Library", - "description": "A project for creating a .NET macOS binding library" +{ + "author": "Microsoft", + "name": "macOS Binding Library", + "description": "A project for creating a .NET macOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.tr.json index c0ea5b890c0d..d5342e00c11f 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.tr.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "macOS Binding Library", - "description": "A project for creating a .NET macOS binding library" +{ + "author": "Microsoft", + "name": "macOS Binding Library", + "description": "A project for creating a .NET macOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.zh-Hans.json index c0ea5b890c0d..d5342e00c11f 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.zh-Hans.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "macOS Binding Library", - "description": "A project for creating a .NET macOS binding library" +{ + "author": "Microsoft", + "name": "macOS Binding Library", + "description": "A project for creating a .NET macOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.zh-Hant.json index c0ea5b890c0d..d5342e00c11f 100644 --- a/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.macOS.Templates/macosbinding/.template.config/localize/templatestrings.zh-Hant.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "macOS Binding Library", - "description": "A project for creating a .NET macOS binding library" +{ + "author": "Microsoft", + "name": "macOS Binding Library", + "description": "A project for creating a .NET macOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.cs.json index 434b4774e42b..35b856e08674 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.cs.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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." +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.de.json index 9e764a6cbaa5..a4f4ff85715c 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.de.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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." +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.es.json index 8265fbef8473..07c9e9aa02ea 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.es.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.fr.json index 5c474b1ce202..c7721edec348 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.fr.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.it.json index 72848f2530d9..ff692d4600e9 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.it.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.ja.json index 07f2a35c4393..e6d18c038325 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.ja.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "name": "tvOS アプリケーション", - "description": ".NET tvOS アプリケーションを作成するためのプロジェクト", - "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", - "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします" +{ + "author": "Microsoft", + "name": "tvOS アプリケーション", + "description": ".NET tvOS アプリケーションを作成するためのプロジェクト", + "symbols/bundleId/description": "Info.plist の CFBundleIdentifier をオーバーライドします", + "symbols/minOSVersion/description": "プロジェクト ファイルの SupportedOSPlatformVersion をオーバーライドします" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.ko.json index 389577faa003..9c8e01609ae8 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.ko.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "name": "tvOS 애플리케이션", - "description": ".NET tvOS 애플리케이션을 만들기 위한 프로젝트", - "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", - "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의" +{ + "author": "Microsoft", + "name": "tvOS 애플리케이션", + "description": ".NET tvOS 애플리케이션을 만들기 위한 프로젝트", + "symbols/bundleId/description": "Info.plist에서 CFBundleIdentifier 재정의", + "symbols/minOSVersion/description": "프로젝트 파일에서 SupportedOSPlatformVersion 재정의" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.pl.json index a6de6655192a..a07a09b8b733 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.pl.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.pt-BR.json index d50272d6385f..4fa6b7a1e6af 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.pt-BR.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.ru.json index 61bd3ce349c8..dbda5689b043 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.ru.json @@ -1,7 +1,7 @@ -{ - "author": "Майкрософт", - "name": "Приложение tvOS", - "description": "Проект для создания приложения .NET для tvOS", - "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", - "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта" +{ + "author": "Майкрософт", + "name": "Приложение tvOS", + "description": "Проект для создания приложения .NET для tvOS", + "symbols/bundleId/description": "Переопределяет CFBundleIdentifier в Info.plist", + "symbols/minOSVersion/description": "Переопределяет SupportedOSPlatformVersion в файле проекта" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.tr.json index 7b80087bc505..1ded7b7409cd 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.tr.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "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" +{ + "author": "Microsoft", + "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 diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.zh-Hans.json index cbc51d412ee8..a165a9da88cb 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.zh-Hans.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "name": "tvOS 应用程序", - "description": "用于创建 .NET tvOS 应用程序的项目", - "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", - "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion" +{ + "author": "Microsoft", + "name": "tvOS 应用程序", + "description": "用于创建 .NET tvOS 应用程序的项目", + "symbols/bundleId/description": "在 Info.plist 中替代 CFBundleIdentifier", + "symbols/minOSVersion/description": "替代项目文件中的 SupportedOSPlatformVersion" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.zh-Hant.json index 09cf3ad145ca..dbb4305286f1 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvos/.template.config/localize/templatestrings.zh-Hant.json @@ -1,7 +1,7 @@ -{ - "author": "Microsoft", - "name": "tvOS 應用程式", - "description": "用於建立 .NET 6 tvOS 應用程式的專案", - "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", - "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion" +{ + "author": "Microsoft", + "name": "tvOS 應用程式", + "description": "用於建立 .NET 6 tvOS 應用程式的專案", + "symbols/bundleId/description": "覆寫 Info.plist 中的 CFBundleIdentifier", + "symbols/minOSVersion/description": "覆寫專案檔中的 SupportedOSPlatformVersion" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.cs.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.cs.json index acf2d38401bb..f4751616f07c 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.cs.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.cs.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "tvOS Binding Library", - "description": "A project for creating a .NET tvOS binding library" +{ + "author": "Microsoft", + "name": "tvOS Binding Library", + "description": "A project for creating a .NET tvOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.de.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.de.json index acf2d38401bb..f4751616f07c 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.de.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.de.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "tvOS Binding Library", - "description": "A project for creating a .NET tvOS binding library" +{ + "author": "Microsoft", + "name": "tvOS Binding Library", + "description": "A project for creating a .NET tvOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.es.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.es.json index acf2d38401bb..f4751616f07c 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.es.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.es.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "tvOS Binding Library", - "description": "A project for creating a .NET tvOS binding library" +{ + "author": "Microsoft", + "name": "tvOS Binding Library", + "description": "A project for creating a .NET tvOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.fr.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.fr.json index acf2d38401bb..f4751616f07c 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.fr.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.fr.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "tvOS Binding Library", - "description": "A project for creating a .NET tvOS binding library" +{ + "author": "Microsoft", + "name": "tvOS Binding Library", + "description": "A project for creating a .NET tvOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.it.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.it.json index acf2d38401bb..f4751616f07c 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.it.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.it.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "tvOS Binding Library", - "description": "A project for creating a .NET tvOS binding library" +{ + "author": "Microsoft", + "name": "tvOS Binding Library", + "description": "A project for creating a .NET tvOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.ja.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.ja.json index acf2d38401bb..f4751616f07c 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.ja.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.ja.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "tvOS Binding Library", - "description": "A project for creating a .NET tvOS binding library" +{ + "author": "Microsoft", + "name": "tvOS Binding Library", + "description": "A project for creating a .NET tvOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.ko.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.ko.json index acf2d38401bb..f4751616f07c 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.ko.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.ko.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "tvOS Binding Library", - "description": "A project for creating a .NET tvOS binding library" +{ + "author": "Microsoft", + "name": "tvOS Binding Library", + "description": "A project for creating a .NET tvOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.pl.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.pl.json index acf2d38401bb..f4751616f07c 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.pl.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.pl.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "tvOS Binding Library", - "description": "A project for creating a .NET tvOS binding library" +{ + "author": "Microsoft", + "name": "tvOS Binding Library", + "description": "A project for creating a .NET tvOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.pt-BR.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.pt-BR.json index acf2d38401bb..f4751616f07c 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.pt-BR.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.pt-BR.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "tvOS Binding Library", - "description": "A project for creating a .NET tvOS binding library" +{ + "author": "Microsoft", + "name": "tvOS Binding Library", + "description": "A project for creating a .NET tvOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.ru.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.ru.json index acf2d38401bb..f4751616f07c 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.ru.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.ru.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "tvOS Binding Library", - "description": "A project for creating a .NET tvOS binding library" +{ + "author": "Microsoft", + "name": "tvOS Binding Library", + "description": "A project for creating a .NET tvOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.tr.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.tr.json index acf2d38401bb..f4751616f07c 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.tr.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.tr.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "tvOS Binding Library", - "description": "A project for creating a .NET tvOS binding library" +{ + "author": "Microsoft", + "name": "tvOS Binding Library", + "description": "A project for creating a .NET tvOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.zh-Hans.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.zh-Hans.json index acf2d38401bb..f4751616f07c 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.zh-Hans.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.zh-Hans.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "tvOS Binding Library", - "description": "A project for creating a .NET tvOS binding library" +{ + "author": "Microsoft", + "name": "tvOS Binding Library", + "description": "A project for creating a .NET tvOS binding library" } \ No newline at end of file diff --git a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.zh-Hant.json b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.zh-Hant.json index acf2d38401bb..f4751616f07c 100644 --- a/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.zh-Hant.json +++ b/dotnet/Templates/Microsoft.tvOS.Templates/tvosbinding/.template.config/localize/templatestrings.zh-Hant.json @@ -1,5 +1,5 @@ -{ - "author": "Microsoft", - "name": "tvOS Binding Library", - "description": "A project for creating a .NET tvOS binding library" +{ + "author": "Microsoft", + "name": "tvOS Binding Library", + "description": "A project for creating a .NET tvOS binding library" } \ No newline at end of file