Skip to content

Commit

Permalink
docs: update message
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethBWSong committed Feb 21, 2025
1 parent 5d14726 commit 6d59552
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/fx-core/resource/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -952,16 +952,16 @@
"core.addAuthActionQuestion.ApiSpecLocation.placeholder": "Select an option",
"core.addAuthActionQuestion.ApiOperation.title": "Select an API to Add Auth Configuration",
"core.addAuthActionQuestion.ApiOperation.placeholder": "Select one or multiple options",
"core.addAuthActionQuestion.OAuthAuthorizationUrl.title": "Input the OAuth Authorization URL",
"core.addAuthActionQuestion.OAuthTokenUrl.title": "Input the OAuth Token URL",
"core.addAuthActionQuestion.OAuthRefreshUrl.title": "Input the OAuth Refresh URL",
"core.addAuthActionQuestion.OAuthScope.title": "Input the OAuth Scope. Samle: scope1: description for scope1; scope2: description for scope2",
"core.addAuthActionQuestion.authName.title": "Input the Name of Auth Configuration",
"core.addAuthActionQuestion.OAuthAuthorizationUrl.title": "Enter the OAuth Authorization URL",
"core.addAuthActionQuestion.OAuthTokenUrl.title": "Enter the OAuth Token URL",
"core.addAuthActionQuestion.OAuthRefreshUrl.title": "Enter the OAuth Refresh URL",
"core.addAuthActionQuestion.OAuthScope.title": "Enter the OAuth Scope. Samle: scope1: description for scope1; scope2: description for scope2",
"core.addAuthActionQuestion.authName.title": "Enter the Name of Auth Configuration",
"core.addAuthActionQuestion.OauthPKCE.title": "Enable PKCE for OAuth?",
"core.addAuthActionQuestion.OauthPKCE.true": "Yes",
"core.addAuthActionQuestion.OauthPKCE.false": "No",
"core.addAuthActionQuestion.ApiKeyIn.title": "Input where the API Key should be in the request",
"core.addAuthActionQuestion.ApiKeyIn.title": "Enter where the API Key should be in the request",
"core.addAuthActionQuestion.ApiKeyIn.header": "Header",
"core.addAuthActionQuestion.ApiKeyIn.query": "Query",
"core.addAuthActionQuestion.ApiKeyName.title": "Input the Name of API Key"
"core.addAuthActionQuestion.ApiKeyName.title": "Enter the Name of API Key"
}

0 comments on commit 6d59552

Please sign in to comment.