You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/i18n/src/locales/en_US.ts
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ const translations: Catalog = {
31
31
awsIamSessionToken: 'AWS IAM Temporary Session Token ID',
32
32
gssapiServiceName: 'Service name to use when authenticating using GSSAPI/Kerberos',
33
33
gssapiHostName: 'Remote host name to use for purpose of GSSAPI/Kerberos authentication',
34
+
sspiHostnameCanonicalization: 'Specify the SSPI hostname canonicalization (none or forward, available on Windows)',
35
+
sspiRealmOverride: 'Specify the SSPI server realm (available on Windows)',
34
36
tlsOptions: 'TLS Options:',
35
37
tls: 'Use TLS for all connections',
36
38
tlsCertificateKeyFile: 'PEM certificate/key file for TLS',
@@ -82,7 +84,9 @@ const translations: Catalog = {
82
84
},
83
85
'uri-generator': {
84
86
'no-host-port': 'If a full URI is provided, you cannot also specify --host or --port',
85
-
'invalid-host': 'The --host argument contains an invalid character'
87
+
'invalid-host': 'The --host argument contains an invalid character',
88
+
'diverging-service-name': 'Either the --gssapiServiceName parameter or the SERVICE_NAME authentication mechanism property in the connection string can be used but not both.',
89
+
'gssapi-service-name-unsupported': 'The gssapiServiceName query parameter is not supported anymore. Please use the --gssapiServiceName argument or the SERVICE_NAME authentication mechanism property (e.g. ?authMechanismProperties=SERVICE_NAME:<value>).',
0 commit comments