From a580b5a0b0ffe553db2f6929424420371bbbc061 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Tue, 28 Feb 2023 13:45:28 -0800 Subject: [PATCH] Update template spelling and wording (#46886) * Update template spelling and wording - follow up to #46714 - correct 'ReadWrite' and 'Am' * Address code review comments - no need to change post-action `description`s * Capitalize as agreed in PR - also, update English resources to match template.json content * Build to propagate strings - fill in missed files in localize/ folder --- .../.template.config/localize/templatestrings.cs.json | 9 +++++++++ .../.template.config/localize/templatestrings.de.json | 9 +++++++++ .../.template.config/localize/templatestrings.en.json | 10 +++++----- .../.template.config/localize/templatestrings.es.json | 9 +++++++++ .../.template.config/localize/templatestrings.fr.json | 9 +++++++++ .../.template.config/localize/templatestrings.it.json | 9 +++++++++ .../.template.config/localize/templatestrings.ja.json | 9 +++++++++ .../.template.config/localize/templatestrings.ko.json | 9 +++++++++ .../.template.config/localize/templatestrings.pl.json | 9 +++++++++ .../localize/templatestrings.pt-BR.json | 9 +++++++++ .../.template.config/localize/templatestrings.ru.json | 9 +++++++++ .../.template.config/localize/templatestrings.tr.json | 9 +++++++++ .../localize/templatestrings.zh-Hans.json | 9 +++++++++ .../localize/templatestrings.zh-Hant.json | 9 +++++++++ .../ApiController/.template.config/template.json | 6 +++--- .../.template.config/localize/templatestrings.cs.json | 9 +++++++++ .../.template.config/localize/templatestrings.de.json | 9 +++++++++ .../.template.config/localize/templatestrings.en.json | 10 +++++----- .../.template.config/localize/templatestrings.es.json | 9 +++++++++ .../.template.config/localize/templatestrings.fr.json | 9 +++++++++ .../.template.config/localize/templatestrings.it.json | 9 +++++++++ .../.template.config/localize/templatestrings.ja.json | 9 +++++++++ .../.template.config/localize/templatestrings.ko.json | 9 +++++++++ .../.template.config/localize/templatestrings.pl.json | 9 +++++++++ .../localize/templatestrings.pt-BR.json | 9 +++++++++ .../.template.config/localize/templatestrings.ru.json | 9 +++++++++ .../.template.config/localize/templatestrings.tr.json | 9 +++++++++ .../localize/templatestrings.zh-Hans.json | 9 +++++++++ .../localize/templatestrings.zh-Hant.json | 9 +++++++++ .../MvcController/.template.config/template.json | 6 +++--- .../.template.config/localize/templatestrings.cs.json | 6 ++++++ .../.template.config/localize/templatestrings.de.json | 6 ++++++ .../.template.config/localize/templatestrings.en.json | 7 ++++--- .../.template.config/localize/templatestrings.es.json | 6 ++++++ .../.template.config/localize/templatestrings.fr.json | 6 ++++++ .../.template.config/localize/templatestrings.it.json | 6 ++++++ .../.template.config/localize/templatestrings.ja.json | 6 ++++++ .../.template.config/localize/templatestrings.ko.json | 6 ++++++ .../.template.config/localize/templatestrings.pl.json | 6 ++++++ .../localize/templatestrings.pt-BR.json | 6 ++++++ .../.template.config/localize/templatestrings.ru.json | 6 ++++++ .../.template.config/localize/templatestrings.tr.json | 6 ++++++ .../localize/templatestrings.zh-Hans.json | 6 ++++++ .../localize/templatestrings.zh-Hant.json | 6 ++++++ .../content/RazorView/.template.config/template.json | 2 +- 45 files changed, 333 insertions(+), 20 deletions(-) create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.cs.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.de.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.es.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.fr.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.it.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.ja.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.ko.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.pl.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.pt-BR.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.ru.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.tr.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.zh-Hans.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.zh-Hant.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.cs.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.de.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.es.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.fr.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.it.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.ja.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.ko.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.pl.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.pt-BR.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.ru.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.tr.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.zh-Hans.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.zh-Hant.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.cs.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.de.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.es.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.fr.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.it.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.ja.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.ko.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.pl.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.pt-BR.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.ru.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.tr.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.zh-Hans.json create mode 100644 src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.zh-Hant.json diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.cs.json b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.cs.json new file mode 100644 index 000000000000..6e2cfa9d1cbb --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.cs.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "API Controller", + "description": "API Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.de.json b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.de.json new file mode 100644 index 000000000000..6e2cfa9d1cbb --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.de.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "API Controller", + "description": "API Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.en.json b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.en.json index 5046461e45b8..6e2cfa9d1cbb 100644 --- a/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.en.json +++ b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.en.json @@ -2,8 +2,8 @@ "author": "Microsoft", "name": "API Controller", "description": "API Controller with or without read/write actions", - "symbols/namespace/description": "namespace for the generated code", - "symbols/actions/description": "create controller with read/write actions", - "symbols/actions/displayName": "Add ReadWrite Actions", - "postActions/openInEditor/description": "Opens ValueController.cs in the editor" -} + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.es.json b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.es.json new file mode 100644 index 000000000000..6e2cfa9d1cbb --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.es.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "API Controller", + "description": "API Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.fr.json b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.fr.json new file mode 100644 index 000000000000..6e2cfa9d1cbb --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.fr.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "API Controller", + "description": "API Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.it.json b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.it.json new file mode 100644 index 000000000000..6e2cfa9d1cbb --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.it.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "API Controller", + "description": "API Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.ja.json b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.ja.json new file mode 100644 index 000000000000..6e2cfa9d1cbb --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.ja.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "API Controller", + "description": "API Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.ko.json b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.ko.json new file mode 100644 index 000000000000..6e2cfa9d1cbb --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.ko.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "API Controller", + "description": "API Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.pl.json b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.pl.json new file mode 100644 index 000000000000..6e2cfa9d1cbb --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.pl.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "API Controller", + "description": "API Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.pt-BR.json b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.pt-BR.json new file mode 100644 index 000000000000..6e2cfa9d1cbb --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.pt-BR.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "API Controller", + "description": "API Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.ru.json b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.ru.json new file mode 100644 index 000000000000..6e2cfa9d1cbb --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.ru.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "API Controller", + "description": "API Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.tr.json b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.tr.json new file mode 100644 index 000000000000..6e2cfa9d1cbb --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.tr.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "API Controller", + "description": "API Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.zh-Hans.json b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.zh-Hans.json new file mode 100644 index 000000000000..6e2cfa9d1cbb --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.zh-Hans.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "API Controller", + "description": "API Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.zh-Hant.json b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.zh-Hant.json new file mode 100644 index 000000000000..6e2cfa9d1cbb --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/localize/templatestrings.zh-Hant.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "API Controller", + "description": "API Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/template.json b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/template.json index b2cf79254082..4f775477702c 100644 --- a/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/template.json +++ b/src/ProjectTemplates/Web.ItemTemplates/content/ApiController/.template.config/template.json @@ -22,13 +22,13 @@ "defaultName": "ValueController", "symbols": { "namespace": { - "description": "namespace for the generated code", + "description": "Namespace for the generated code", "replaces": "MyApp.Namespace", "type": "parameter" }, "actions": { - "description": "create controller with read/write actions", - "displayName": "Add ReadWrite Actions", + "description": "Create controller with read/write actions", + "displayName": "Add Read/Write Actions", "type": "parameter", "datatype": "bool", "defaultValue": "false" diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.cs.json b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.cs.json new file mode 100644 index 000000000000..61861e90cd69 --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.cs.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "MVC Controller", + "description": "MVC Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.de.json b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.de.json new file mode 100644 index 000000000000..61861e90cd69 --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.de.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "MVC Controller", + "description": "MVC Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.en.json b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.en.json index 34e6bebd0542..61861e90cd69 100644 --- a/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.en.json +++ b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.en.json @@ -2,8 +2,8 @@ "author": "Microsoft", "name": "MVC Controller", "description": "MVC Controller with or without read/write actions", - "symbols/namespace/description": "namespace for the generated code", - "symbols/actions/description": "create controller with read/write actions", - "symbols/actions/displayName": "Add ReadWrite Actions", - "postActions/openInEditor/description": "Opens HomeController.cs in the editor" -} + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.es.json b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.es.json new file mode 100644 index 000000000000..61861e90cd69 --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.es.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "MVC Controller", + "description": "MVC Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.fr.json b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.fr.json new file mode 100644 index 000000000000..61861e90cd69 --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.fr.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "MVC Controller", + "description": "MVC Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.it.json b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.it.json new file mode 100644 index 000000000000..61861e90cd69 --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.it.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "MVC Controller", + "description": "MVC Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.ja.json b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.ja.json new file mode 100644 index 000000000000..61861e90cd69 --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.ja.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "MVC Controller", + "description": "MVC Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.ko.json b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.ko.json new file mode 100644 index 000000000000..61861e90cd69 --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.ko.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "MVC Controller", + "description": "MVC Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.pl.json b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.pl.json new file mode 100644 index 000000000000..61861e90cd69 --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.pl.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "MVC Controller", + "description": "MVC Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.pt-BR.json b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.pt-BR.json new file mode 100644 index 000000000000..61861e90cd69 --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.pt-BR.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "MVC Controller", + "description": "MVC Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.ru.json b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.ru.json new file mode 100644 index 000000000000..61861e90cd69 --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.ru.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "MVC Controller", + "description": "MVC Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.tr.json b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.tr.json new file mode 100644 index 000000000000..61861e90cd69 --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.tr.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "MVC Controller", + "description": "MVC Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.zh-Hans.json b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.zh-Hans.json new file mode 100644 index 000000000000..61861e90cd69 --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.zh-Hans.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "MVC Controller", + "description": "MVC Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.zh-Hant.json b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.zh-Hant.json new file mode 100644 index 000000000000..61861e90cd69 --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/localize/templatestrings.zh-Hant.json @@ -0,0 +1,9 @@ +{ + "author": "Microsoft", + "name": "MVC Controller", + "description": "MVC Controller with or without read/write actions", + "symbols/namespace/description": "Namespace for the generated code", + "symbols/actions/description": "Create controller with read/write actions", + "symbols/actions/displayName": "Add Read/Write Actions", + "postActions/openInEditor/description": "Opens the created controller in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/template.json b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/template.json index 92917953eab3..44dddb65d8b6 100644 --- a/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/template.json +++ b/src/ProjectTemplates/Web.ItemTemplates/content/MvcController/.template.config/template.json @@ -22,13 +22,13 @@ "defaultName": "HomeController", "symbols": { "namespace": { - "description": "namespace for the generated code", + "description": "Namespace for the generated code", "replaces": "MyApp.Namespace", "type": "parameter" }, "actions": { - "description": "create controller with read/write actions", - "displayName": "Add ReadWrite Actions", + "description": "Create controller with read/write actions", + "displayName": "Add Read/Write Actions", "type": "parameter", "datatype": "bool", "defaultValue": "false" diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.cs.json b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.cs.json new file mode 100644 index 000000000000..7f4eed10042e --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.cs.json @@ -0,0 +1,6 @@ +{ + "author": "Microsoft", + "name": "Razor View", + "description": "An empty Razor View", + "postActions/openInEditor/description": "Opens the created view in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.de.json b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.de.json new file mode 100644 index 000000000000..7f4eed10042e --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.de.json @@ -0,0 +1,6 @@ +{ + "author": "Microsoft", + "name": "Razor View", + "description": "An empty Razor View", + "postActions/openInEditor/description": "Opens the created view in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.en.json b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.en.json index 4035fb703792..616680f1e671 100644 --- a/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.en.json +++ b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.en.json @@ -1,6 +1,7 @@ { "author": "Microsoft", "name": "Razor View", - "description": "A Razor view without a page model", - "postActions/openInEditor/description": "Opens Index.cshtml in the editor" -} + "description": "An empty Razor View", + "_description.comment": "Reviewers: Could also be 'A Razor view without a page model'. And should View be capitalized?", + "postActions/openInEditor/description": "Opens the created view in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.es.json b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.es.json new file mode 100644 index 000000000000..7f4eed10042e --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.es.json @@ -0,0 +1,6 @@ +{ + "author": "Microsoft", + "name": "Razor View", + "description": "An empty Razor View", + "postActions/openInEditor/description": "Opens the created view in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.fr.json b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.fr.json new file mode 100644 index 000000000000..7f4eed10042e --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.fr.json @@ -0,0 +1,6 @@ +{ + "author": "Microsoft", + "name": "Razor View", + "description": "An empty Razor View", + "postActions/openInEditor/description": "Opens the created view in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.it.json b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.it.json new file mode 100644 index 000000000000..7f4eed10042e --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.it.json @@ -0,0 +1,6 @@ +{ + "author": "Microsoft", + "name": "Razor View", + "description": "An empty Razor View", + "postActions/openInEditor/description": "Opens the created view in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.ja.json b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.ja.json new file mode 100644 index 000000000000..7f4eed10042e --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.ja.json @@ -0,0 +1,6 @@ +{ + "author": "Microsoft", + "name": "Razor View", + "description": "An empty Razor View", + "postActions/openInEditor/description": "Opens the created view in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.ko.json b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.ko.json new file mode 100644 index 000000000000..7f4eed10042e --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.ko.json @@ -0,0 +1,6 @@ +{ + "author": "Microsoft", + "name": "Razor View", + "description": "An empty Razor View", + "postActions/openInEditor/description": "Opens the created view in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.pl.json b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.pl.json new file mode 100644 index 000000000000..7f4eed10042e --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.pl.json @@ -0,0 +1,6 @@ +{ + "author": "Microsoft", + "name": "Razor View", + "description": "An empty Razor View", + "postActions/openInEditor/description": "Opens the created view in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.pt-BR.json b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.pt-BR.json new file mode 100644 index 000000000000..7f4eed10042e --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.pt-BR.json @@ -0,0 +1,6 @@ +{ + "author": "Microsoft", + "name": "Razor View", + "description": "An empty Razor View", + "postActions/openInEditor/description": "Opens the created view in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.ru.json b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.ru.json new file mode 100644 index 000000000000..7f4eed10042e --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.ru.json @@ -0,0 +1,6 @@ +{ + "author": "Microsoft", + "name": "Razor View", + "description": "An empty Razor View", + "postActions/openInEditor/description": "Opens the created view in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.tr.json b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.tr.json new file mode 100644 index 000000000000..7f4eed10042e --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.tr.json @@ -0,0 +1,6 @@ +{ + "author": "Microsoft", + "name": "Razor View", + "description": "An empty Razor View", + "postActions/openInEditor/description": "Opens the created view in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.zh-Hans.json b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.zh-Hans.json new file mode 100644 index 000000000000..7f4eed10042e --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.zh-Hans.json @@ -0,0 +1,6 @@ +{ + "author": "Microsoft", + "name": "Razor View", + "description": "An empty Razor View", + "postActions/openInEditor/description": "Opens the created view in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.zh-Hant.json b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.zh-Hant.json new file mode 100644 index 000000000000..7f4eed10042e --- /dev/null +++ b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/localize/templatestrings.zh-Hant.json @@ -0,0 +1,6 @@ +{ + "author": "Microsoft", + "name": "Razor View", + "description": "An empty Razor View", + "postActions/openInEditor/description": "Opens the created view in the editor" +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/template.json b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/template.json index 602f10bc76c1..6ef941327fcd 100644 --- a/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/template.json +++ b/src/ProjectTemplates/Web.ItemTemplates/content/RazorView/.template.config/template.json @@ -4,7 +4,7 @@ "classifications": [ "Web", "ASP.NET" ], "name": "Razor View", "generatorVersions": "[1.0.0.0-*)", - "description": "Am empty razor view", + "description": "An empty Razor View", "tags": { "language": "C#", "type": "item"