-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix Settings sign-in by using the default browser #4974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 5 commits
641f1c3
070ab30
c92e4b9
0b3dff3
b53968a
02b19e1
0906d87
541fdf4
6775e2c
3cd027f
8d84d1e
386039a
d3a5769
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -120943,6 +120943,35 @@ | |
| } | ||
| } | ||
| }, | ||
| "settings.account.error.signInTimedOut": { | ||
| "extractionState": "manual", | ||
| "localizations": { | ||
| "en": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "Sign in timed out. Try again." | ||
| } | ||
| }, | ||
| "ja": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "サインインがタイムアウトしました。もう一度お試しください。" | ||
| } | ||
| }, | ||
| "uk": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "Час очікування входу минув. Спробуйте ще раз." | ||
| } | ||
| }, | ||
| "ko": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "로그인 시간이 초과되었습니다. 다시 시도하세요." | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "remote.state.connected.vmNoProxy": { | ||
| "extractionState": "manual", | ||
| "localizations": { | ||
|
Comment on lines
120943
to
121073
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The new Rule Used: Flag production user-facing text that is not fully... (source) Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! |
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.