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('remoteTunnelService.authorizing','Connecting as {0} ({1})',accountName,providerId)));
145
+
this.setTunnelStatus(TunnelStates.connecting(localize({key: 'remoteTunnelService.authorizing',comment: ['{0} is a user account name, {1} a provider name (e.g. Github)']},'Connecting as {0} ({1})',accountName,providerId)));
this.setTunnelStatus(TunnelStates.connecting(localize('remoteTunnelService.openTunnelWithName','Opening tunnel for {0}',hostName)));
174
+
this.setTunnelStatus(TunnelStates.connecting(localize({key: 'remoteTunnelService.openTunnelWithName',comment: ['{0} is a host name']},'Opening tunnel for {0}',hostName)));
title: localize({key: 'progress.title',comment: ['Only translate \'Starting remote tunnel\', do not change the format of the rest (markdown link format)']},"[Starting remote tunnel](command:{0})",RemoteTunnelCommandIds.showLog),
options.push({label: localize('sign in using account',"Sign in with {0}",providerName),provider: authenticationProvider});
313
+
options.push({label: localize({key: 'sign in using account',comment: ['{0} will be a auth provider (e.g. Github)']},"Sign in with {0}",providerName),provider: authenticationProvider});
message: localize({key: 'progress.turnOn.final',comment: ['{0} will be a host name, {1} will the link address to the web UI. [label](command:commandId) is a markdown lionk. Only translate label, never change the format']},
428
428
"Remote tunnel access is enabled for [{0}](command:{4}). To access from a different machine, open [{1}]({2}) or use the Remote - Tunnels extension. Use the Account menu to [configure](command:{3}) or [turn off](command:{5}).",
quickPick.title=localize('manage.title.on','Remote Machine Access enabled for {0}({1}) as {2}',account.label,account.description,this.connectionInfo.hostName);
624
+
quickPick.title=localize(
625
+
{key: 'manage.title.on',comment: ['{0} will be a user account name, {1} the provider name (e.g. Github), {2} is the machine name']},
626
+
'Remote Machine Access enabled for {0}({1}) as {2}',account.label,account.description,this.connectionInfo.hostName);
0 commit comments