Skip to content

Commit 40f1e2d

Browse files
authored
add loc strings (#17190)
* add loc strings * update
1 parent 53a3651 commit 40f1e2d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.nls.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,8 @@
121121
"mssql.query.ansiWarnings":"Enable SET ANSI_WARNINGS",
122122
"mssql.query.ansiNulls":"Enable SET ANSI_NULLS",
123123
"mssql.query.alwaysEncryptedParameterization":"Enable Parameterization for Always Encrypted",
124-
"mssql.ignorePlatformWarning":"[Optional] Do not show unsupported platform warnings"
124+
"mssql.ignorePlatformWarning":"[Optional] Do not show unsupported platform warnings",
125+
"mssql.chooseAuthMethod":"Chooses which Authentication method to use",
126+
"mssql.authCodeGrant.description":"Prompts users to sign in using their browser.",
127+
"mssql.deviceCode.description":"Allows users to sign in to input-constrained devices."
125128
}

0 commit comments

Comments
 (0)