-
-
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 12 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,131 @@ | |
| } | ||
| } | ||
| }, | ||
| "settings.account.error.signInTimedOut": { | ||
| "extractionState": "manual", | ||
| "localizations": { | ||
| "ar": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "انتهت مهلة تسجيل الدخول. حاول مرة أخرى." | ||
| } | ||
| }, | ||
| "bs": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "Prijava je istekla. Pokušajte ponovo." | ||
| } | ||
| }, | ||
| "da": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "Login fik timeout. Prøv igen." | ||
| } | ||
| }, | ||
| "de": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "Die Anmeldung ist abgelaufen. Versuche es erneut." | ||
| } | ||
| }, | ||
| "en": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "Sign in timed out. Try again." | ||
| } | ||
|
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! |
||
| }, | ||
| "es": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "Se agotó el tiempo para iniciar sesión. Inténtalo de nuevo." | ||
| } | ||
| }, | ||
| "fr": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "La connexion a expiré. Réessayez." | ||
| } | ||
| }, | ||
| "it": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "Accesso scaduto. Riprova." | ||
| } | ||
| }, | ||
| "ja": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "サインインがタイムアウトしました。もう一度お試しください。" | ||
| } | ||
| }, | ||
| "km": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "ការចូលបានអស់ពេល។ សូមព្យាយាមម្តងទៀត។" | ||
| } | ||
| }, | ||
| "ko": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "로그인 시간이 초과되었습니다. 다시 시도하세요." | ||
| } | ||
| }, | ||
| "nb": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "Innloggingen tidsavbrøt. Prøv igjen." | ||
| } | ||
| }, | ||
| "pl": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "Logowanie przekroczyło limit czasu. Spróbuj ponownie." | ||
| } | ||
| }, | ||
| "pt-BR": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "O login expirou. Tente novamente." | ||
| } | ||
| }, | ||
| "ru": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "Время ожидания входа истекло. Попробуйте еще раз." | ||
| } | ||
| }, | ||
| "th": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "การลงชื่อเข้าใช้หมดเวลา ลองอีกครั้ง" | ||
| } | ||
| }, | ||
| "tr": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "Oturum açma zaman aşımına uğradı. Tekrar deneyin." | ||
| } | ||
| }, | ||
| "uk": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "Час очікування входу минув. Спробуйте ще раз." | ||
| } | ||
| }, | ||
| "zh-Hans": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "登录超时。请重试。" | ||
| } | ||
| }, | ||
| "zh-Hant": { | ||
| "stringUnit": { | ||
| "state": "translated", | ||
| "value": "登入逾時。請再試一次。" | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "remote.state.connected.vmNoProxy": { | ||
| "extractionState": "manual", | ||
| "localizations": { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.