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
this.setTunnelStatus(TunnelStates.connecting(localize({key: 'remoteTunnelService.openTunnelWithName',comment: ['{0} is a host name']},'Opening tunnel for {0}',hostName)));
177
+
this.setTunnelStatus(TunnelStates.connecting(localize({key: 'remoteTunnelService.openTunnelWithName',comment: ['{0} is a tunnel name']},'Opening tunnel {0}',hostName)));
comment: ['{0} will be a host name, {1} will the link address to the web UI, {6} an extension name. [label](command:commandId) is a markdown link. Only translate the label, do not modify the format']
218
+
comment: ['{0} will be a tunnel name, {1} will the link address to the web UI, {6} an extension name. [label](command:commandId) is a markdown link. Only translate the label, do not modify the format']
219
219
},
220
-
"'{0}' has turned on remote access. The {1} extension can be used to connect to it.",
220
+
"Tunnel '{0}' is avaiable for remote access. The {1} extension can be used to connect to it.",
comment: ['{0} will be a host name, {1} will the link address to the web UI, {6} an extesnion name. [label](command:commandId) is a markdown link. Only translate the label, do not modify the format']
532
+
comment: ['{0} will be the tunnel name, {1} will the link address to the web UI, {6} an extension name, {7} a link to the extension documentation. [label](command:commandId) is a markdown link. Only translate the label, do not modify the format']
533
533
},
534
-
"Remote tunnel access is enabled for [{0}](command:{4}). To access from a different machine, open [{1}]({2}) or use the {6} extension. Use the Account menu to [configure](command:{3}) or [turn off](command:{5}).",
"You can now access this machine anywhere via the secure tunnel [{0}](command:{4}). To connect via a different machine, use the generated [{1}]({2}) link or use the [{6}]({7}) extension in the desktop or web. You can [configure](command:{3}) or [turn off](command:{5}) this access via the VS Code Accounts menu.",
0 commit comments