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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ const translations: Catalog = {
85
85
'uri-generator': {
86
86
'no-host-port': 'If a full URI is provided, you cannot also specify --host or --port',
87
87
'invalid-host': 'The --host argument contains an invalid character',
88
+
'host-list-port-mismatch': 'The host list contains different ports than provided by --port',
88
89
'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
90
'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