Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update package.nls.json #11277

Merged
merged 2 commits into from
Apr 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 12 additions & 12 deletions packages/fx-core/resource/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,11 +390,11 @@
"core.createProjectQuestion.officeXMLAddin.excel.sso.detail": "Create an Excel add-in with Single Sign On capabilities",
"core.createProjectQuestion.officeXMLAddin.excel.react.title": "Add-in with React Framework",
"core.createProjectQuestion.officeXMLAddin.excel.react.detail": "Create an Excel add-in with React framework",
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.title": "Excel Custom Functions Using a Shared Runtime",
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.title": "Excel Custom Functions Using Shared Runtime",
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.detail": "Create an Excel add-in leveraging Custom Functions using a Shared Runtime",
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.title": "Excel Custom Functions Using a JavaScript-only Runtime",
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.title": "Excel Custom Functions Using JavaScript-only Runtime",
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.detail": "Create an Excel add-in leveraging Custom Functions using a JavaScript-only Runtime",
"core.createProjectQuestion.officeXMLAddin.excel.create.title": "Create an Excel Add-in",
"core.createProjectQuestion.officeXMLAddin.excel.create.title": "Create Excel Add-in",
"core.createProjectQuestion.officeXMLAddin.powerpoint.title": "PowerPoint Add-in",
"core.createProjectQuestion.officeXMLAddin.powerpoint.detail": "Build engaging solutions for presentations across platform",
"core.createProjectQuestion.officeXMLAddin.powerpoint.sso.title": "Add-in with Single Sign On",
Expand All @@ -406,35 +406,35 @@
"core.createProjectQuestion.officeXMLAddin.taskpane.detail": "Customize the Ribbon with a button and create a dashboard in the Task Pane",
"core.createProjectQuestion.officeXMLAddin.manifestOnly.title": "Add-in Project With only Manifest File",
"core.createProjectQuestion.officeXMLAddin.manifestOnly.detail": "Create an add-in project that includes only the manifest file",
"core.aiAssistantBotOption.label": "AI Assistant Bot",
"core.aiAssistantBotOption.detail": "A custom AI assistant bot in Teams using Teams AI library and OpenAI Assistants API",
"core.aiAssistantBotOption.label": "AI Agent Bot",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be an OpenAI specific term, "AI Assistant". Can check with dev or PM Junjie to confirm.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked with Junjie. We've changed 'AI Assistant' to 'AI Agent'. Updated the title case. Thanks.

"core.aiAssistantBotOption.detail": "A custom AI Agent bot in Teams using Teams AI library and OpenAI Assistants API",
"core.aiBotOption.label": "AI Chat Bot",
"core.aiBotOption.detail": "A basic AI chat bot in Teams using Teams AI library",
"core.spfxFolder.title": "SPFx solution folder",
"core.spfxFolder.placeholder": "Select the folder that contains your SPFx solution",
"core.spfxFolder.placeholder": "Select the folder containing your SPFx solution",
"core.QuestionSelectTargetEnvironment.title": "Select an environment",
"core.getQuestionNewTargetEnvironmentName.title": "New environment name",
"core.getQuestionNewTargetEnvironmentName.placeholder": "New environment name",
"core.getQuestionNewTargetEnvironmentName.validation1": "Environment name can only contain letters, digits, _ and -.",
"core.getQuestionNewTargetEnvironmentName.validation3": "Cannot create an environment '%s'",
"core.getQuestionNewTargetEnvironmentName.validation3": "Unable to create an environment '%s'",
"core.getQuestionNewTargetEnvironmentName.validation4": "Unable to list env configs",
"core.getQuestionNewTargetEnvironmentName.validation5": "Project environment %s already exists.",
"core.QuestionSelectSourceEnvironment.title": "Select an environment to create copy",
"core.QuestionSelectResourceGroup.title": "Select a resource group",
"core.QuestionNewResourceGroupName.placeholder": "New resource group name",
"core.QuestionNewResourceGroupName.title": "New resource group name",
"core.QuestionNewResourceGroupName.validation": "The name can only contain alphanumeric characters or the symbols ._-()",
"core.QuestionNewResourceGroupName.validation": "The name can only contain alphanumeric characters or symbols ._-()",
"core.QuestionNewResourceGroupLocation.title": "Location for the new resource group",
"core.QuestionNewResourceGroupLocation.group.recommended": "Recommended",
"core.QuestionNewResourceGroupLocation.group.others": "Others",
"core.question.workspaceFolder.title": "Workspace Folder",
"core.question.workspaceFolder.placeholder": "Select the folder that will contain your project root folder",
"core.question.workspaceFolder.placeholder": "Choose the folder where your project root folder will be located",
"core.question.appName.title": "Application Name",
"core.question.appName.placeholder": "Input an application name",
"core.ScratchOptionYes.label": "Create a new app",
"core.ScratchOptionYes.detail": "Use the Teams Toolkit to create a new Teams application.",
"core.ScratchOptionNo.label": "Start from a sample",
"core.ScratchOptionNo.detail": "Use an existing sample as a starting point for your new application.",
"core.ScratchOptionYes.detail": "Use the Teams Toolkit to create a new Teams app.",
"core.ScratchOptionNo.label": "Start with a sample",
"core.ScratchOptionNo.detail": "Start your new app with an existing sample.",
"core.RuntimeOptionNodeJS.detail": "A fast JavaScript server runtime",
"core.RuntimeOptionDotNet.detail": "Free. Cross-platform. Open Source.",
"core.getRuntimeQuestion.title": "Teams Toolkit: select runtime for your app",
Expand Down