diff --git a/Localize/lang/strings.json b/Localize/lang/strings.json index 107e044391a..ea2e70f5938 100644 --- a/Localize/lang/strings.json +++ b/Localize/lang/strings.json @@ -1,6 +1,7 @@ { "++ZVe/": "Testing", "+0H8Or": "Warning: input node type does not match the schema node's type", + "+0ua83": "Parameters", "+0yxlR": "Function display", "+3rROX": "Protected", "+5Jp42": "By", @@ -1041,9 +1042,11 @@ "Zi9gQK": "Add new item", "ZihyUf": "Close", "ZkjTbp": "Learn more about dynamic content.", + "ZvAp7m": "Save", "ZyDq4/": "Show a different suggestion", "_++ZVe/.comment": "Title for testing section", "_+0H8Or.comment": "Warning message for when input node type does not match schema node type", + "_+0ua83.comment": "Button text for parameters", "_+0yxlR.comment": "Label for the function display radio group", "_+3rROX.comment": "Label in the chatbot header stating that the users information is protected in this chatbot", "_+5Jp42.comment": "Title for publisher", @@ -2084,6 +2087,7 @@ "_Zi9gQK.comment": "Label to add item to property editor", "_ZihyUf.comment": "Label for the close button in the chatbot header", "_ZkjTbp.comment": "Text for dynamic content link", + "_ZvAp7m.comment": "Button text for save", "_ZyDq4/.comment": "Text for the show different suggestion flow button", "_a7j3gS.comment": "Required number parameter to divide in mod function", "_aAXnqw.comment": "Required number of occurrences to get nthIndexOf function with", @@ -2495,6 +2499,7 @@ "_oZMhX/.comment": "Text of Tooltip to expand", "_ocW+RF.comment": "Title for the details section in the template overview tab", "_odQ554.comment": "Response body for test map API", + "_ohOaXj.comment": "Button text for errors", "_ohpbkw.comment": "title for retry policy exponential interval setting", "_onXUu0.comment": "Text to tell users to click to add comments", "_oqgNX3.comment": "Accessibility label for workflow name", @@ -2589,6 +2594,7 @@ "_sFbnCs.comment": "Time zone value ", "_sFwHQc.comment": "aria label description for cancel button", "_sKy720.comment": "Error message when the workflow name is empty.", + "_sOnphB.comment": "Button text for resubmit", "_sRpETS.comment": "Warning message for when custom value does not match schema node type", "_sVQe34.comment": "The description for the test tab parameters.", "_sVcvcG.comment": "The tab label for the monitoring name and state tab on the create workflow panel", @@ -3245,6 +3251,7 @@ "oZMhX/": "Expand", "ocW+RF": "Details", "odQ554": "Response body", + "ohOaXj": "Errors", "ohpbkw": "Exponential interval", "onXUu0": "Add a note", "oqgNX3": "Workflow name", @@ -3339,6 +3346,7 @@ "sFbnCs": "(UTC-05:00) Chetumal", "sFwHQc": "Cancel creating a connection", "sKy720": "Must provide value for workflow name.", + "sOnphB": "Resubmit", "sRpETS": "Warning: custom value does not match the schema node's type", "sVQe34": "Provide parameters to test the output.", "sVcvcG": "Basics", diff --git a/downloadTemplates.js b/downloadTemplates.js index e1f570db97a..c21bf4e149b 100644 --- a/downloadTemplates.js +++ b/downloadTemplates.js @@ -3,7 +3,7 @@ import { existsSync, writeFile, createWriteStream } from 'fs'; import { mkdir, rm } from 'fs/promises'; import client from 'https'; -const releaseBranch = 'release/20241028'; +const releaseBranch = 'release/20241231'; const baseURL = `https://raw.githubusercontent.com/azure/LogicAppsTemplates/${releaseBranch}`; const sourceCodeURL = `https://github.com/Azure/LogicAppsTemplates/tree/${releaseBranch}`;