@atproto/oauth-provider-ui 0.0.2 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/{src/authorization-page.html → authorization-page.html} +36 -33
- package/{src/error-page.html → error-page.html} +17 -24
- package/package.json +28 -37
- package/src/authorization-page.tsx +21 -27
- package/src/components/forms/button.tsx +8 -8
- package/src/components/forms/fieldset.tsx +1 -1
- package/src/components/forms/form-card-async.tsx +1 -1
- package/src/components/forms/form-card.tsx +1 -1
- package/src/components/forms/input-checkbox.tsx +3 -3
- package/src/components/forms/input-container.tsx +12 -12
- package/src/components/forms/input-text.tsx +2 -2
- package/src/components/forms/wizard-card.tsx +2 -2
- package/src/components/layouts/layout-title-page.tsx +9 -8
- package/src/components/layouts/layout-welcome.tsx +21 -16
- package/src/components/utils/account-image.tsx +2 -2
- package/src/components/utils/admonition.tsx +5 -5
- package/src/components/utils/client-name.tsx +30 -4
- package/src/components/utils/error-card.tsx +1 -1
- package/src/components/utils/help-card.tsx +3 -3
- package/src/components/utils/multi-lang-string.tsx +14 -8
- package/src/components/utils/password-strength-meter.tsx +3 -3
- package/src/components/utils/url-viewer.tsx +1 -1
- package/src/error-page.tsx +8 -14
- package/src/hooks/use-api.ts +65 -45
- package/src/hydration-data.d.ts +42 -0
- package/src/lib/api.ts +12 -21
- package/src/{cookies.ts → lib/cookies.ts} +8 -2
- package/src/lib/json-client.ts +62 -18
- package/src/lib/util.ts +2 -1
- package/src/locales/an/messages.po +35 -28
- package/src/locales/ast/messages.po +35 -28
- package/src/locales/ca/messages.po +35 -28
- package/src/locales/da/messages.po +35 -28
- package/src/locales/de/messages.po +35 -28
- package/src/locales/el/messages.po +35 -28
- package/src/locales/en/messages.po +35 -28
- package/src/locales/en-GB/messages.po +35 -28
- package/src/locales/es/messages.po +35 -28
- package/src/locales/eu/messages.po +35 -28
- package/src/locales/fi/messages.po +35 -28
- package/src/locales/fr/messages.po +35 -28
- package/src/locales/ga/messages.po +35 -28
- package/src/locales/gl/messages.po +35 -28
- package/src/locales/hi/messages.po +35 -28
- package/src/locales/hu/messages.po +35 -28
- package/src/locales/ia/messages.po +35 -28
- package/src/locales/id/messages.po +35 -28
- package/src/locales/it/messages.po +35 -28
- package/src/locales/ja/messages.po +35 -28
- package/src/locales/km/messages.po +35 -28
- package/src/locales/ko/messages.po +35 -28
- package/src/locales/locale-provider.tsx +55 -59
- package/src/locales/locale-selector.tsx +13 -14
- package/src/locales/locales.ts +161 -146
- package/src/locales/ne/messages.po +35 -28
- package/src/locales/nl/messages.po +35 -28
- package/src/locales/pl/messages.po +35 -28
- package/src/locales/pt-BR/messages.po +35 -28
- package/src/locales/ro/messages.po +35 -28
- package/src/locales/ru/messages.po +35 -28
- package/src/locales/sv/messages.po +35 -28
- package/src/locales/th/messages.po +35 -28
- package/src/locales/tr/messages.po +35 -28
- package/src/locales/uk/messages.po +35 -28
- package/src/locales/vi/messages.po +35 -28
- package/src/locales/zh-CN/messages.po +35 -28
- package/src/locales/zh-HK/messages.po +35 -28
- package/src/locales/zh-TW/messages.po +35 -28
- package/src/style.css +219 -0
- package/src/views/authorize/accept/accept-form.tsx +11 -6
- package/src/views/authorize/authorize-view.tsx +13 -10
- package/src/views/authorize/reset-password/reset-password-view.tsx +2 -2
- package/src/views/authorize/sign-in/sign-in-form.tsx +39 -41
- package/src/views/authorize/sign-in/sign-in-picker.tsx +3 -3
- package/src/views/authorize/sign-up/sign-up-disclaimer.tsx +3 -3
- package/src/views/authorize/sign-up/sign-up-handle-form.tsx +6 -6
- package/src/views/authorize/sign-up/sign-up-view.tsx +3 -3
- package/src/views/authorize/welcome/welcome-view.tsx +5 -5
- package/tsconfig.json +1 -2
- package/{tsconfig.frontend.json → tsconfig.src.json} +4 -1
- package/tsconfig.src.tsbuildinfo +1 -0
- package/tsconfig.tools.json +1 -1
- package/tsconfig.tools.tsbuildinfo +1 -1
- package/vite.config.mjs +38 -7
- package/dist/assets/COdVzed-.css +0 -3
- package/dist/assets/COdVzed-.js +0 -100
- package/dist/assets/COdVzed-.js.map +0 -1
- package/dist/assets/Cqnfnbvc.js +0 -6
- package/dist/assets/Cqnfnbvc.js.map +0 -1
- package/dist/assets/bundle-manifest.json +0 -630
- package/dist/assets/error-view-Bu4y7Nd8.js +0 -208
- package/dist/assets/error-view-Bu4y7Nd8.js.map +0 -1
- package/dist/assets/index-DXlCRM6V.js +0 -36
- package/dist/assets/index-DXlCRM6V.js.map +0 -1
- package/dist/assets/messages-2GoTm2qL.js +0 -4
- package/dist/assets/messages-2GoTm2qL.js.map +0 -1
- package/dist/assets/messages-6Cn2Jbhw.js +0 -4
- package/dist/assets/messages-6Cn2Jbhw.js.map +0 -1
- package/dist/assets/messages-75hFgOK2.js +0 -4
- package/dist/assets/messages-75hFgOK2.js.map +0 -1
- package/dist/assets/messages-B3OK4k0O.js +0 -4
- package/dist/assets/messages-B3OK4k0O.js.map +0 -1
- package/dist/assets/messages-BNXlPzKV.js +0 -4
- package/dist/assets/messages-BNXlPzKV.js.map +0 -1
- package/dist/assets/messages-BUygB8mD.js +0 -4
- package/dist/assets/messages-BUygB8mD.js.map +0 -1
- package/dist/assets/messages-BVPPcwNr.js +0 -4
- package/dist/assets/messages-BVPPcwNr.js.map +0 -1
- package/dist/assets/messages-BbbWUQS8.js +0 -4
- package/dist/assets/messages-BbbWUQS8.js.map +0 -1
- package/dist/assets/messages-BibKCYyW.js +0 -4
- package/dist/assets/messages-BibKCYyW.js.map +0 -1
- package/dist/assets/messages-BlPrr9_7.js +0 -4
- package/dist/assets/messages-BlPrr9_7.js.map +0 -1
- package/dist/assets/messages-ByVCw40U.js +0 -4
- package/dist/assets/messages-ByVCw40U.js.map +0 -1
- package/dist/assets/messages-C5DU1neP.js +0 -4
- package/dist/assets/messages-C5DU1neP.js.map +0 -1
- package/dist/assets/messages-C6IgUtbX.js +0 -4
- package/dist/assets/messages-C6IgUtbX.js.map +0 -1
- package/dist/assets/messages-C92Zzt2o.js +0 -4
- package/dist/assets/messages-C92Zzt2o.js.map +0 -1
- package/dist/assets/messages-CGZqYT14.js +0 -4
- package/dist/assets/messages-CGZqYT14.js.map +0 -1
- package/dist/assets/messages-CGlsy4wt.js +0 -4
- package/dist/assets/messages-CGlsy4wt.js.map +0 -1
- package/dist/assets/messages-CPT1nd0u.js +0 -4
- package/dist/assets/messages-CPT1nd0u.js.map +0 -1
- package/dist/assets/messages-CTTdXyw_.js +0 -4
- package/dist/assets/messages-CTTdXyw_.js.map +0 -1
- package/dist/assets/messages-ChK_C_Pj.js +0 -4
- package/dist/assets/messages-ChK_C_Pj.js.map +0 -1
- package/dist/assets/messages-CjJbk7Uf.js +0 -4
- package/dist/assets/messages-CjJbk7Uf.js.map +0 -1
- package/dist/assets/messages-CoiLjLYO.js +0 -4
- package/dist/assets/messages-CoiLjLYO.js.map +0 -1
- package/dist/assets/messages-Cwx6B4Ti.js +0 -4
- package/dist/assets/messages-Cwx6B4Ti.js.map +0 -1
- package/dist/assets/messages-D0uXAp_H.js +0 -4
- package/dist/assets/messages-D0uXAp_H.js.map +0 -1
- package/dist/assets/messages-DG0_arU0.js +0 -4
- package/dist/assets/messages-DG0_arU0.js.map +0 -1
- package/dist/assets/messages-DOXFJh9K.js +0 -4
- package/dist/assets/messages-DOXFJh9K.js.map +0 -1
- package/dist/assets/messages-DPK7nOoC.js +0 -4
- package/dist/assets/messages-DPK7nOoC.js.map +0 -1
- package/dist/assets/messages-Duccgtu0.js +0 -4
- package/dist/assets/messages-Duccgtu0.js.map +0 -1
- package/dist/assets/messages-DxTqgsHq.js +0 -4
- package/dist/assets/messages-DxTqgsHq.js.map +0 -1
- package/dist/assets/messages-E5_lTg7A.js +0 -4
- package/dist/assets/messages-E5_lTg7A.js.map +0 -1
- package/dist/assets/messages-UhunAjh1.js +0 -4
- package/dist/assets/messages-UhunAjh1.js.map +0 -1
- package/dist/assets/messages-Xg_3YLGw.js +0 -4
- package/dist/assets/messages-Xg_3YLGw.js.map +0 -1
- package/dist/assets/messages-iliBQHY2.js +0 -4
- package/dist/assets/messages-iliBQHY2.js.map +0 -1
- package/dist/assets/messages-lRprpIl-.js +0 -4
- package/dist/assets/messages-lRprpIl-.js.map +0 -1
- package/dist/assets/messages-pbPHQbz1.js +0 -4
- package/dist/assets/messages-pbPHQbz1.js.map +0 -1
- package/dist/assets/messages-q-O7ZQGs.js +0 -4
- package/dist/assets/messages-q-O7ZQGs.js.map +0 -1
- package/dist/lib/index.d.ts +0 -19
- package/dist/lib/index.d.ts.map +0 -1
- package/dist/lib/index.js +0 -47
- package/dist/lib/index.js.map +0 -1
- package/dist/tsconfig.backend.tsbuildinfo +0 -1
- package/lib/index.ts +0 -72
- package/rollup.config.js +0 -102
- package/src/backend-data.ts +0 -35
- package/src/hooks/use-csrf-token.ts +0 -5
- package/src/lib/backend-data.ts +0 -6
- package/src/lib/clsx.ts +0 -6
- package/src/locales/locale-context.ts +0 -19
- package/src/styles.css +0 -33
- package/tailwind.config.js +0 -31
- package/tsconfig.backend.json +0 -8
- package/tsconfig.frontend.tsbuildinfo +0 -1
- /package/{src/index.html → index.html} +0 -0
|
@@ -13,11 +13,11 @@ msgstr ""
|
|
|
13
13
|
"Language-Team: \n"
|
|
14
14
|
"Plural-Forms: \n"
|
|
15
15
|
|
|
16
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
16
|
+
#: src/views/authorize/accept/accept-form.tsx:77
|
|
17
17
|
msgid "<0/> is asking for permission to access your account (<1/>)."
|
|
18
18
|
msgstr "<0/> demande la permission d'accéder à votre compte (<1/>)."
|
|
19
19
|
|
|
20
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
20
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:217
|
|
21
21
|
msgid "2FA Confirmation"
|
|
22
22
|
msgstr "Confirmation 2FA"
|
|
23
23
|
|
|
@@ -25,23 +25,19 @@ msgstr "Confirmation 2FA"
|
|
|
25
25
|
msgid "A second authentication factor is required"
|
|
26
26
|
msgstr "Un second facteur d'authentification est requis"
|
|
27
27
|
|
|
28
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
28
|
+
#: src/views/authorize/accept/accept-form.tsx:149
|
|
29
29
|
msgid "Access your account data (except chat messages)"
|
|
30
30
|
msgstr "Accéder aux données de votre compte (sauf les messages de chat)"
|
|
31
31
|
|
|
32
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
32
|
+
#: src/views/authorize/accept/accept-form.tsx:151
|
|
33
33
|
msgid "Access your chat messages"
|
|
34
34
|
msgstr "Accéder à vos messages de chat"
|
|
35
35
|
|
|
36
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:138
|
|
37
|
-
msgid "Account"
|
|
38
|
-
msgstr "Compte d'utilisateur"
|
|
39
|
-
|
|
40
36
|
#: src/views/authorize/reset-password/reset-password-view.tsx:71
|
|
41
37
|
msgid "Already have a code?"
|
|
42
38
|
msgstr "Vous avez déjà un code ?"
|
|
43
39
|
|
|
44
|
-
#: src/components/utils/client-name.tsx:
|
|
40
|
+
#: src/components/utils/client-name.tsx:43
|
|
45
41
|
msgid "An application on your device"
|
|
46
42
|
msgstr "Une application sur votre appareil"
|
|
47
43
|
|
|
@@ -58,7 +54,7 @@ msgid "Authenticate"
|
|
|
58
54
|
msgstr "Authentification"
|
|
59
55
|
|
|
60
56
|
#: src/views/authorize/accept/accept-view.tsx:55
|
|
61
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
57
|
+
#: src/views/authorize/accept/accept-form.tsx:57
|
|
62
58
|
msgid "Authorize"
|
|
63
59
|
msgstr "Authoriser l'accès"
|
|
64
60
|
|
|
@@ -74,19 +70,23 @@ msgstr "Retour"
|
|
|
74
70
|
msgid "Between {minLength} and {maxLength} characters"
|
|
75
71
|
msgstr "Entre {minLength} et {maxLength} caractères"
|
|
76
72
|
|
|
77
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
73
|
+
#: src/views/authorize/accept/accept-form.tsx:90
|
|
78
74
|
msgid "By clicking <0>Authorize</0>, you allow this application to perform the following actions in accordance with their <1>terms of service</1> and <2>privacy policy</2>:"
|
|
79
75
|
msgstr "En cliquant sur <0>Authoriser l'accès</0>, vous autorisez cette application à effectuer les actions suivantes conformément à leurs <1>conditions d'utilisation</1> et leur <2>politique de confidentialité</2> :"
|
|
80
76
|
|
|
77
|
+
#. placeholder {0}: tosLink ? ( <LinkAnchor className="text-primary underline" link={tosLink}> <Trans>Terms of Service</Trans> </LinkAnchor> ) : ( <Trans>Terms of Service</Trans> )
|
|
78
|
+
#. placeholder {1}: ppLink ? ( <LinkAnchor className="text-primary underline" link={ppLink}> <Trans>Privacy Policy</Trans> </LinkAnchor> ) : ( <Trans>Privacy Policy</Trans> )
|
|
81
79
|
#: src/views/authorize/sign-up/sign-up-disclaimer.tsx:30
|
|
82
80
|
msgid "By creating an account you agree to the {0} and the {1} of this service."
|
|
83
81
|
msgstr "En créant un compte, vous acceptez les {0} et la {1} de ce service."
|
|
84
82
|
|
|
85
83
|
#: src/views/authorize/welcome/welcome-view.tsx:51
|
|
84
|
+
#: src/components/forms/form-card-async.tsx:85
|
|
86
85
|
msgid "Cancel"
|
|
87
86
|
msgstr "Annuler"
|
|
88
87
|
|
|
89
|
-
|
|
88
|
+
#. placeholder {0}: secondFactor.hint
|
|
89
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:230
|
|
90
90
|
msgid "Check your {0} email for a login code and enter it here."
|
|
91
91
|
msgstr "Vérifiez vos emails {0} pour un code de connexion et saisissez-le ici."
|
|
92
92
|
|
|
@@ -106,7 +106,7 @@ msgstr "Confirmer"
|
|
|
106
106
|
msgid "Confirm your password to continue"
|
|
107
107
|
msgstr "Confirmez votre mot de passe pour continuer"
|
|
108
108
|
|
|
109
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
109
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:221
|
|
110
110
|
msgid "Confirmation code"
|
|
111
111
|
msgstr "Code de confirmation"
|
|
112
112
|
|
|
@@ -118,7 +118,7 @@ msgstr "Créer un nouveau compte"
|
|
|
118
118
|
msgid "Create Account"
|
|
119
119
|
msgstr "Créer un compte"
|
|
120
120
|
|
|
121
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
121
|
+
#: src/views/authorize/accept/accept-form.tsx:61
|
|
122
122
|
msgid "Deny access"
|
|
123
123
|
msgstr "Refuser l'accès"
|
|
124
124
|
|
|
@@ -181,10 +181,11 @@ msgstr "Extra"
|
|
|
181
181
|
msgid "Forgot Password"
|
|
182
182
|
msgstr "Mot de passe oublié"
|
|
183
183
|
|
|
184
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
184
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:181
|
|
185
185
|
msgid "Forgot?"
|
|
186
186
|
msgstr "Oublié ?"
|
|
187
187
|
|
|
188
|
+
#. placeholder {0}: account.preferred_username || account.email || account.sub
|
|
188
189
|
#: src/views/authorize/accept/accept-view.tsx:40
|
|
189
190
|
msgid "Grant access to your <0>{0}</0> account"
|
|
190
191
|
msgstr "Accorder l'accès à votre compte <0>{0}</0>"
|
|
@@ -202,6 +203,7 @@ msgid "Home"
|
|
|
202
203
|
msgstr "Accueil"
|
|
203
204
|
|
|
204
205
|
#: src/views/authorize/sign-in/sign-in-picker.tsx:86
|
|
206
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:138
|
|
205
207
|
msgid "Identifier"
|
|
206
208
|
msgstr "Identifiant"
|
|
207
209
|
|
|
@@ -222,7 +224,7 @@ msgstr "Code d'invitation"
|
|
|
222
224
|
msgid "Let's get your password reset!"
|
|
223
225
|
msgstr "Réinitialisons votre mot de passe !"
|
|
224
226
|
|
|
225
|
-
#: src/views/authorize/authorize-view.tsx:
|
|
227
|
+
#: src/views/authorize/authorize-view.tsx:178
|
|
226
228
|
msgid "Login complete"
|
|
227
229
|
msgstr "Connexion terminée"
|
|
228
230
|
|
|
@@ -230,6 +232,10 @@ msgstr "Connexion terminée"
|
|
|
230
232
|
msgid "Login to account that is not listed"
|
|
231
233
|
msgstr "Se connecter à un compte qui n'est pas listé"
|
|
232
234
|
|
|
235
|
+
#: src/components/layouts/layout-welcome.tsx:45
|
|
236
|
+
msgid "Logo"
|
|
237
|
+
msgstr "Logo"
|
|
238
|
+
|
|
233
239
|
#: src/components/forms/input-token.tsx:59
|
|
234
240
|
msgid "Looks like {example}"
|
|
235
241
|
msgstr "Ressemble à {example}"
|
|
@@ -269,6 +275,7 @@ msgid "Only letters, numbers, and hyphens"
|
|
|
269
275
|
msgstr "Uniquement des lettres, des chiffres et des traits d'union"
|
|
270
276
|
|
|
271
277
|
#: src/views/authorize/sign-up/sign-up-account-form.tsx:128
|
|
278
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:162
|
|
272
279
|
#: src/components/forms/input-password.tsx:53
|
|
273
280
|
msgid "Password"
|
|
274
281
|
msgstr "Mot de passe"
|
|
@@ -293,7 +300,7 @@ msgstr "Mot de passe mis à jour !"
|
|
|
293
300
|
msgid "Password with at least {MIN_PASSWORD_LENGTH} characters"
|
|
294
301
|
msgstr "Mot de passe d'au moins {MIN_PASSWORD_LENGTH} caractères"
|
|
295
302
|
|
|
296
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
303
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:196
|
|
297
304
|
msgid "Please verify the domain name of the website before entering your password. Never enter your password on a domain you do not trust."
|
|
298
305
|
msgstr "Veuillez vérifier le nom de domaine du site web avant de saisir votre mot de passe. N'entrez jamais votre mot de passe sur un domaine auquel vous ne faites pas confiance."
|
|
299
306
|
|
|
@@ -303,12 +310,12 @@ msgstr "Veuillez vérifier le nom de domaine du site web avant de saisir votre m
|
|
|
303
310
|
msgid "Privacy Policy"
|
|
304
311
|
msgstr "Politique de Confidentialité"
|
|
305
312
|
|
|
306
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
307
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
313
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:205
|
|
314
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:210
|
|
308
315
|
msgid "Remember this account on this device"
|
|
309
316
|
msgstr "Se souvenir de ce compte sur cet appareil"
|
|
310
317
|
|
|
311
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
318
|
+
#: src/views/authorize/accept/accept-form.tsx:124
|
|
312
319
|
msgid "Requested permissions"
|
|
313
320
|
msgstr "Permissions demandées"
|
|
314
321
|
|
|
@@ -320,7 +327,7 @@ msgstr "Code de réinitialisation"
|
|
|
320
327
|
msgid "Reset Password"
|
|
321
328
|
msgstr "Réinitialiser le mot de passe"
|
|
322
329
|
|
|
323
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
330
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:179
|
|
324
331
|
msgid "Reset your password"
|
|
325
332
|
msgstr "Réinitialisez votre mot de passe"
|
|
326
333
|
|
|
@@ -332,14 +339,13 @@ msgstr "Sélectionner le domaine"
|
|
|
332
339
|
msgid "Select from an existing account"
|
|
333
340
|
msgstr "Sélectionner un compte"
|
|
334
341
|
|
|
335
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:202
|
|
336
|
-
msgid "Session"
|
|
337
|
-
msgstr "Session"
|
|
338
|
-
|
|
339
342
|
#: src/views/authorize/welcome/welcome-view.tsx:45
|
|
343
|
+
#: src/views/authorize/sign-in/sign-in-view.tsx:48
|
|
344
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:135
|
|
340
345
|
msgid "Sign in"
|
|
341
346
|
msgstr "Se connecter"
|
|
342
347
|
|
|
348
|
+
#. placeholder {0}: account.name
|
|
343
349
|
#: src/views/authorize/sign-in/sign-in-picker.tsx:75
|
|
344
350
|
msgid "Sign in as {0}"
|
|
345
351
|
msgstr "Se connecter en tant que {0}"
|
|
@@ -426,7 +432,7 @@ msgstr "Saisissez le nom d'utilisateur souhaité"
|
|
|
426
432
|
msgid "Unexpected server response"
|
|
427
433
|
msgstr "Réponse inattendue du serveur"
|
|
428
434
|
|
|
429
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
435
|
+
#: src/views/authorize/accept/accept-form.tsx:147
|
|
430
436
|
msgid "Uniquely identify you"
|
|
431
437
|
msgstr "Vous identifier de façon unique"
|
|
432
438
|
|
|
@@ -442,7 +448,7 @@ msgstr "Valide"
|
|
|
442
448
|
msgid "Verify you are human"
|
|
443
449
|
msgstr "Vérifiez que vous êtes humain"
|
|
444
450
|
|
|
445
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
451
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:193
|
|
446
452
|
msgid "Warning"
|
|
447
453
|
msgstr "Avertissement"
|
|
448
454
|
|
|
@@ -458,7 +464,7 @@ msgstr "Faible"
|
|
|
458
464
|
msgid "Wrong identifier or password"
|
|
459
465
|
msgstr "Identifiant ou mot de passe incorrect"
|
|
460
466
|
|
|
461
|
-
#: src/views/authorize/authorize-view.tsx:
|
|
467
|
+
#: src/views/authorize/authorize-view.tsx:179
|
|
462
468
|
msgid "You are being redirected..."
|
|
463
469
|
msgstr "Vous êtes redirigé..."
|
|
464
470
|
|
|
@@ -478,6 +484,7 @@ msgstr "Vous aver reçu un email avec un \"code de réinitialisation\". Saisisse
|
|
|
478
484
|
msgid "Your account"
|
|
479
485
|
msgstr "Votre compte"
|
|
480
486
|
|
|
487
|
+
#. placeholder {0}: segment.length ? ( <strong className="text-gray-800 dark:text-gray-200"> {preview} </strong> ) : ( <span aria-hidden className="w-24 rounded-md bg-gray-300 p-2 dark:bg-slate-600" /> )
|
|
481
488
|
#: src/views/authorize/sign-up/sign-up-handle-form.tsx:217
|
|
482
489
|
msgid "Your full username will be: {0}"
|
|
483
490
|
msgstr "Votre nom d'utilisateur complet sera : {0}"
|
|
@@ -13,11 +13,11 @@ msgstr ""
|
|
|
13
13
|
"Language-Team: \n"
|
|
14
14
|
"Plural-Forms: \n"
|
|
15
15
|
|
|
16
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
16
|
+
#: src/views/authorize/accept/accept-form.tsx:77
|
|
17
17
|
msgid "<0/> is asking for permission to access your account (<1/>)."
|
|
18
18
|
msgstr ""
|
|
19
19
|
|
|
20
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
20
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:217
|
|
21
21
|
msgid "2FA Confirmation"
|
|
22
22
|
msgstr ""
|
|
23
23
|
|
|
@@ -25,23 +25,19 @@ msgstr ""
|
|
|
25
25
|
msgid "A second authentication factor is required"
|
|
26
26
|
msgstr ""
|
|
27
27
|
|
|
28
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
28
|
+
#: src/views/authorize/accept/accept-form.tsx:149
|
|
29
29
|
msgid "Access your account data (except chat messages)"
|
|
30
30
|
msgstr ""
|
|
31
31
|
|
|
32
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
32
|
+
#: src/views/authorize/accept/accept-form.tsx:151
|
|
33
33
|
msgid "Access your chat messages"
|
|
34
34
|
msgstr ""
|
|
35
35
|
|
|
36
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:138
|
|
37
|
-
msgid "Account"
|
|
38
|
-
msgstr ""
|
|
39
|
-
|
|
40
36
|
#: src/views/authorize/reset-password/reset-password-view.tsx:71
|
|
41
37
|
msgid "Already have a code?"
|
|
42
38
|
msgstr ""
|
|
43
39
|
|
|
44
|
-
#: src/components/utils/client-name.tsx:
|
|
40
|
+
#: src/components/utils/client-name.tsx:43
|
|
45
41
|
msgid "An application on your device"
|
|
46
42
|
msgstr ""
|
|
47
43
|
|
|
@@ -58,7 +54,7 @@ msgid "Authenticate"
|
|
|
58
54
|
msgstr ""
|
|
59
55
|
|
|
60
56
|
#: src/views/authorize/accept/accept-view.tsx:55
|
|
61
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
57
|
+
#: src/views/authorize/accept/accept-form.tsx:57
|
|
62
58
|
msgid "Authorize"
|
|
63
59
|
msgstr ""
|
|
64
60
|
|
|
@@ -74,19 +70,23 @@ msgstr ""
|
|
|
74
70
|
msgid "Between {minLength} and {maxLength} characters"
|
|
75
71
|
msgstr ""
|
|
76
72
|
|
|
77
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
73
|
+
#: src/views/authorize/accept/accept-form.tsx:90
|
|
78
74
|
msgid "By clicking <0>Authorize</0>, you allow this application to perform the following actions in accordance with their <1>terms of service</1> and <2>privacy policy</2>:"
|
|
79
75
|
msgstr ""
|
|
80
76
|
|
|
77
|
+
#. placeholder {0}: tosLink ? ( <LinkAnchor className="text-primary underline" link={tosLink}> <Trans>Terms of Service</Trans> </LinkAnchor> ) : ( <Trans>Terms of Service</Trans> )
|
|
78
|
+
#. placeholder {1}: ppLink ? ( <LinkAnchor className="text-primary underline" link={ppLink}> <Trans>Privacy Policy</Trans> </LinkAnchor> ) : ( <Trans>Privacy Policy</Trans> )
|
|
81
79
|
#: src/views/authorize/sign-up/sign-up-disclaimer.tsx:30
|
|
82
80
|
msgid "By creating an account you agree to the {0} and the {1} of this service."
|
|
83
81
|
msgstr ""
|
|
84
82
|
|
|
85
83
|
#: src/views/authorize/welcome/welcome-view.tsx:51
|
|
84
|
+
#: src/components/forms/form-card-async.tsx:85
|
|
86
85
|
msgid "Cancel"
|
|
87
86
|
msgstr ""
|
|
88
87
|
|
|
89
|
-
|
|
88
|
+
#. placeholder {0}: secondFactor.hint
|
|
89
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:230
|
|
90
90
|
msgid "Check your {0} email for a login code and enter it here."
|
|
91
91
|
msgstr ""
|
|
92
92
|
|
|
@@ -106,7 +106,7 @@ msgstr ""
|
|
|
106
106
|
msgid "Confirm your password to continue"
|
|
107
107
|
msgstr ""
|
|
108
108
|
|
|
109
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
109
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:221
|
|
110
110
|
msgid "Confirmation code"
|
|
111
111
|
msgstr ""
|
|
112
112
|
|
|
@@ -118,7 +118,7 @@ msgstr ""
|
|
|
118
118
|
msgid "Create Account"
|
|
119
119
|
msgstr ""
|
|
120
120
|
|
|
121
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
121
|
+
#: src/views/authorize/accept/accept-form.tsx:61
|
|
122
122
|
msgid "Deny access"
|
|
123
123
|
msgstr ""
|
|
124
124
|
|
|
@@ -181,10 +181,11 @@ msgstr ""
|
|
|
181
181
|
msgid "Forgot Password"
|
|
182
182
|
msgstr ""
|
|
183
183
|
|
|
184
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
184
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:181
|
|
185
185
|
msgid "Forgot?"
|
|
186
186
|
msgstr ""
|
|
187
187
|
|
|
188
|
+
#. placeholder {0}: account.preferred_username || account.email || account.sub
|
|
188
189
|
#: src/views/authorize/accept/accept-view.tsx:40
|
|
189
190
|
msgid "Grant access to your <0>{0}</0> account"
|
|
190
191
|
msgstr ""
|
|
@@ -202,6 +203,7 @@ msgid "Home"
|
|
|
202
203
|
msgstr ""
|
|
203
204
|
|
|
204
205
|
#: src/views/authorize/sign-in/sign-in-picker.tsx:86
|
|
206
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:138
|
|
205
207
|
msgid "Identifier"
|
|
206
208
|
msgstr ""
|
|
207
209
|
|
|
@@ -222,7 +224,7 @@ msgstr ""
|
|
|
222
224
|
msgid "Let's get your password reset!"
|
|
223
225
|
msgstr ""
|
|
224
226
|
|
|
225
|
-
#: src/views/authorize/authorize-view.tsx:
|
|
227
|
+
#: src/views/authorize/authorize-view.tsx:178
|
|
226
228
|
msgid "Login complete"
|
|
227
229
|
msgstr ""
|
|
228
230
|
|
|
@@ -230,6 +232,10 @@ msgstr ""
|
|
|
230
232
|
msgid "Login to account that is not listed"
|
|
231
233
|
msgstr ""
|
|
232
234
|
|
|
235
|
+
#: src/components/layouts/layout-welcome.tsx:45
|
|
236
|
+
msgid "Logo"
|
|
237
|
+
msgstr ""
|
|
238
|
+
|
|
233
239
|
#: src/components/forms/input-token.tsx:59
|
|
234
240
|
msgid "Looks like {example}"
|
|
235
241
|
msgstr ""
|
|
@@ -269,6 +275,7 @@ msgid "Only letters, numbers, and hyphens"
|
|
|
269
275
|
msgstr ""
|
|
270
276
|
|
|
271
277
|
#: src/views/authorize/sign-up/sign-up-account-form.tsx:128
|
|
278
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:162
|
|
272
279
|
#: src/components/forms/input-password.tsx:53
|
|
273
280
|
msgid "Password"
|
|
274
281
|
msgstr ""
|
|
@@ -293,7 +300,7 @@ msgstr ""
|
|
|
293
300
|
msgid "Password with at least {MIN_PASSWORD_LENGTH} characters"
|
|
294
301
|
msgstr ""
|
|
295
302
|
|
|
296
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
303
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:196
|
|
297
304
|
msgid "Please verify the domain name of the website before entering your password. Never enter your password on a domain you do not trust."
|
|
298
305
|
msgstr ""
|
|
299
306
|
|
|
@@ -303,12 +310,12 @@ msgstr ""
|
|
|
303
310
|
msgid "Privacy Policy"
|
|
304
311
|
msgstr ""
|
|
305
312
|
|
|
306
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
307
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
313
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:205
|
|
314
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:210
|
|
308
315
|
msgid "Remember this account on this device"
|
|
309
316
|
msgstr ""
|
|
310
317
|
|
|
311
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
318
|
+
#: src/views/authorize/accept/accept-form.tsx:124
|
|
312
319
|
msgid "Requested permissions"
|
|
313
320
|
msgstr ""
|
|
314
321
|
|
|
@@ -320,7 +327,7 @@ msgstr ""
|
|
|
320
327
|
msgid "Reset Password"
|
|
321
328
|
msgstr ""
|
|
322
329
|
|
|
323
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
330
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:179
|
|
324
331
|
msgid "Reset your password"
|
|
325
332
|
msgstr ""
|
|
326
333
|
|
|
@@ -332,14 +339,13 @@ msgstr ""
|
|
|
332
339
|
msgid "Select from an existing account"
|
|
333
340
|
msgstr ""
|
|
334
341
|
|
|
335
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:202
|
|
336
|
-
msgid "Session"
|
|
337
|
-
msgstr ""
|
|
338
|
-
|
|
339
342
|
#: src/views/authorize/welcome/welcome-view.tsx:45
|
|
343
|
+
#: src/views/authorize/sign-in/sign-in-view.tsx:48
|
|
344
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:135
|
|
340
345
|
msgid "Sign in"
|
|
341
346
|
msgstr ""
|
|
342
347
|
|
|
348
|
+
#. placeholder {0}: account.name
|
|
343
349
|
#: src/views/authorize/sign-in/sign-in-picker.tsx:75
|
|
344
350
|
msgid "Sign in as {0}"
|
|
345
351
|
msgstr ""
|
|
@@ -426,7 +432,7 @@ msgstr ""
|
|
|
426
432
|
msgid "Unexpected server response"
|
|
427
433
|
msgstr ""
|
|
428
434
|
|
|
429
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
435
|
+
#: src/views/authorize/accept/accept-form.tsx:147
|
|
430
436
|
msgid "Uniquely identify you"
|
|
431
437
|
msgstr ""
|
|
432
438
|
|
|
@@ -442,7 +448,7 @@ msgstr ""
|
|
|
442
448
|
msgid "Verify you are human"
|
|
443
449
|
msgstr ""
|
|
444
450
|
|
|
445
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
451
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:193
|
|
446
452
|
msgid "Warning"
|
|
447
453
|
msgstr ""
|
|
448
454
|
|
|
@@ -458,7 +464,7 @@ msgstr ""
|
|
|
458
464
|
msgid "Wrong identifier or password"
|
|
459
465
|
msgstr ""
|
|
460
466
|
|
|
461
|
-
#: src/views/authorize/authorize-view.tsx:
|
|
467
|
+
#: src/views/authorize/authorize-view.tsx:179
|
|
462
468
|
msgid "You are being redirected..."
|
|
463
469
|
msgstr ""
|
|
464
470
|
|
|
@@ -478,6 +484,7 @@ msgstr ""
|
|
|
478
484
|
msgid "Your account"
|
|
479
485
|
msgstr ""
|
|
480
486
|
|
|
487
|
+
#. placeholder {0}: segment.length ? ( <strong className="text-gray-800 dark:text-gray-200"> {preview} </strong> ) : ( <span aria-hidden className="w-24 rounded-md bg-gray-300 p-2 dark:bg-slate-600" /> )
|
|
481
488
|
#: src/views/authorize/sign-up/sign-up-handle-form.tsx:217
|
|
482
489
|
msgid "Your full username will be: {0}"
|
|
483
490
|
msgstr ""
|
|
@@ -13,11 +13,11 @@ msgstr ""
|
|
|
13
13
|
"Language-Team: \n"
|
|
14
14
|
"Plural-Forms: \n"
|
|
15
15
|
|
|
16
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
16
|
+
#: src/views/authorize/accept/accept-form.tsx:77
|
|
17
17
|
msgid "<0/> is asking for permission to access your account (<1/>)."
|
|
18
18
|
msgstr ""
|
|
19
19
|
|
|
20
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
20
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:217
|
|
21
21
|
msgid "2FA Confirmation"
|
|
22
22
|
msgstr ""
|
|
23
23
|
|
|
@@ -25,23 +25,19 @@ msgstr ""
|
|
|
25
25
|
msgid "A second authentication factor is required"
|
|
26
26
|
msgstr ""
|
|
27
27
|
|
|
28
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
28
|
+
#: src/views/authorize/accept/accept-form.tsx:149
|
|
29
29
|
msgid "Access your account data (except chat messages)"
|
|
30
30
|
msgstr ""
|
|
31
31
|
|
|
32
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
32
|
+
#: src/views/authorize/accept/accept-form.tsx:151
|
|
33
33
|
msgid "Access your chat messages"
|
|
34
34
|
msgstr ""
|
|
35
35
|
|
|
36
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:138
|
|
37
|
-
msgid "Account"
|
|
38
|
-
msgstr ""
|
|
39
|
-
|
|
40
36
|
#: src/views/authorize/reset-password/reset-password-view.tsx:71
|
|
41
37
|
msgid "Already have a code?"
|
|
42
38
|
msgstr ""
|
|
43
39
|
|
|
44
|
-
#: src/components/utils/client-name.tsx:
|
|
40
|
+
#: src/components/utils/client-name.tsx:43
|
|
45
41
|
msgid "An application on your device"
|
|
46
42
|
msgstr ""
|
|
47
43
|
|
|
@@ -58,7 +54,7 @@ msgid "Authenticate"
|
|
|
58
54
|
msgstr ""
|
|
59
55
|
|
|
60
56
|
#: src/views/authorize/accept/accept-view.tsx:55
|
|
61
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
57
|
+
#: src/views/authorize/accept/accept-form.tsx:57
|
|
62
58
|
msgid "Authorize"
|
|
63
59
|
msgstr ""
|
|
64
60
|
|
|
@@ -74,19 +70,23 @@ msgstr ""
|
|
|
74
70
|
msgid "Between {minLength} and {maxLength} characters"
|
|
75
71
|
msgstr ""
|
|
76
72
|
|
|
77
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
73
|
+
#: src/views/authorize/accept/accept-form.tsx:90
|
|
78
74
|
msgid "By clicking <0>Authorize</0>, you allow this application to perform the following actions in accordance with their <1>terms of service</1> and <2>privacy policy</2>:"
|
|
79
75
|
msgstr ""
|
|
80
76
|
|
|
77
|
+
#. placeholder {0}: tosLink ? ( <LinkAnchor className="text-primary underline" link={tosLink}> <Trans>Terms of Service</Trans> </LinkAnchor> ) : ( <Trans>Terms of Service</Trans> )
|
|
78
|
+
#. placeholder {1}: ppLink ? ( <LinkAnchor className="text-primary underline" link={ppLink}> <Trans>Privacy Policy</Trans> </LinkAnchor> ) : ( <Trans>Privacy Policy</Trans> )
|
|
81
79
|
#: src/views/authorize/sign-up/sign-up-disclaimer.tsx:30
|
|
82
80
|
msgid "By creating an account you agree to the {0} and the {1} of this service."
|
|
83
81
|
msgstr ""
|
|
84
82
|
|
|
85
83
|
#: src/views/authorize/welcome/welcome-view.tsx:51
|
|
84
|
+
#: src/components/forms/form-card-async.tsx:85
|
|
86
85
|
msgid "Cancel"
|
|
87
86
|
msgstr ""
|
|
88
87
|
|
|
89
|
-
|
|
88
|
+
#. placeholder {0}: secondFactor.hint
|
|
89
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:230
|
|
90
90
|
msgid "Check your {0} email for a login code and enter it here."
|
|
91
91
|
msgstr ""
|
|
92
92
|
|
|
@@ -106,7 +106,7 @@ msgstr ""
|
|
|
106
106
|
msgid "Confirm your password to continue"
|
|
107
107
|
msgstr ""
|
|
108
108
|
|
|
109
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
109
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:221
|
|
110
110
|
msgid "Confirmation code"
|
|
111
111
|
msgstr ""
|
|
112
112
|
|
|
@@ -118,7 +118,7 @@ msgstr ""
|
|
|
118
118
|
msgid "Create Account"
|
|
119
119
|
msgstr ""
|
|
120
120
|
|
|
121
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
121
|
+
#: src/views/authorize/accept/accept-form.tsx:61
|
|
122
122
|
msgid "Deny access"
|
|
123
123
|
msgstr ""
|
|
124
124
|
|
|
@@ -181,10 +181,11 @@ msgstr ""
|
|
|
181
181
|
msgid "Forgot Password"
|
|
182
182
|
msgstr ""
|
|
183
183
|
|
|
184
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
184
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:181
|
|
185
185
|
msgid "Forgot?"
|
|
186
186
|
msgstr ""
|
|
187
187
|
|
|
188
|
+
#. placeholder {0}: account.preferred_username || account.email || account.sub
|
|
188
189
|
#: src/views/authorize/accept/accept-view.tsx:40
|
|
189
190
|
msgid "Grant access to your <0>{0}</0> account"
|
|
190
191
|
msgstr ""
|
|
@@ -202,6 +203,7 @@ msgid "Home"
|
|
|
202
203
|
msgstr ""
|
|
203
204
|
|
|
204
205
|
#: src/views/authorize/sign-in/sign-in-picker.tsx:86
|
|
206
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:138
|
|
205
207
|
msgid "Identifier"
|
|
206
208
|
msgstr ""
|
|
207
209
|
|
|
@@ -222,7 +224,7 @@ msgstr ""
|
|
|
222
224
|
msgid "Let's get your password reset!"
|
|
223
225
|
msgstr ""
|
|
224
226
|
|
|
225
|
-
#: src/views/authorize/authorize-view.tsx:
|
|
227
|
+
#: src/views/authorize/authorize-view.tsx:178
|
|
226
228
|
msgid "Login complete"
|
|
227
229
|
msgstr ""
|
|
228
230
|
|
|
@@ -230,6 +232,10 @@ msgstr ""
|
|
|
230
232
|
msgid "Login to account that is not listed"
|
|
231
233
|
msgstr ""
|
|
232
234
|
|
|
235
|
+
#: src/components/layouts/layout-welcome.tsx:45
|
|
236
|
+
msgid "Logo"
|
|
237
|
+
msgstr ""
|
|
238
|
+
|
|
233
239
|
#: src/components/forms/input-token.tsx:59
|
|
234
240
|
msgid "Looks like {example}"
|
|
235
241
|
msgstr ""
|
|
@@ -269,6 +275,7 @@ msgid "Only letters, numbers, and hyphens"
|
|
|
269
275
|
msgstr ""
|
|
270
276
|
|
|
271
277
|
#: src/views/authorize/sign-up/sign-up-account-form.tsx:128
|
|
278
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:162
|
|
272
279
|
#: src/components/forms/input-password.tsx:53
|
|
273
280
|
msgid "Password"
|
|
274
281
|
msgstr ""
|
|
@@ -293,7 +300,7 @@ msgstr ""
|
|
|
293
300
|
msgid "Password with at least {MIN_PASSWORD_LENGTH} characters"
|
|
294
301
|
msgstr ""
|
|
295
302
|
|
|
296
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
303
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:196
|
|
297
304
|
msgid "Please verify the domain name of the website before entering your password. Never enter your password on a domain you do not trust."
|
|
298
305
|
msgstr ""
|
|
299
306
|
|
|
@@ -303,12 +310,12 @@ msgstr ""
|
|
|
303
310
|
msgid "Privacy Policy"
|
|
304
311
|
msgstr ""
|
|
305
312
|
|
|
306
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
307
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
313
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:205
|
|
314
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:210
|
|
308
315
|
msgid "Remember this account on this device"
|
|
309
316
|
msgstr ""
|
|
310
317
|
|
|
311
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
318
|
+
#: src/views/authorize/accept/accept-form.tsx:124
|
|
312
319
|
msgid "Requested permissions"
|
|
313
320
|
msgstr ""
|
|
314
321
|
|
|
@@ -320,7 +327,7 @@ msgstr ""
|
|
|
320
327
|
msgid "Reset Password"
|
|
321
328
|
msgstr ""
|
|
322
329
|
|
|
323
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
330
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:179
|
|
324
331
|
msgid "Reset your password"
|
|
325
332
|
msgstr ""
|
|
326
333
|
|
|
@@ -332,14 +339,13 @@ msgstr ""
|
|
|
332
339
|
msgid "Select from an existing account"
|
|
333
340
|
msgstr ""
|
|
334
341
|
|
|
335
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:202
|
|
336
|
-
msgid "Session"
|
|
337
|
-
msgstr ""
|
|
338
|
-
|
|
339
342
|
#: src/views/authorize/welcome/welcome-view.tsx:45
|
|
343
|
+
#: src/views/authorize/sign-in/sign-in-view.tsx:48
|
|
344
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:135
|
|
340
345
|
msgid "Sign in"
|
|
341
346
|
msgstr ""
|
|
342
347
|
|
|
348
|
+
#. placeholder {0}: account.name
|
|
343
349
|
#: src/views/authorize/sign-in/sign-in-picker.tsx:75
|
|
344
350
|
msgid "Sign in as {0}"
|
|
345
351
|
msgstr ""
|
|
@@ -426,7 +432,7 @@ msgstr ""
|
|
|
426
432
|
msgid "Unexpected server response"
|
|
427
433
|
msgstr ""
|
|
428
434
|
|
|
429
|
-
#: src/views/authorize/accept/accept-form.tsx:
|
|
435
|
+
#: src/views/authorize/accept/accept-form.tsx:147
|
|
430
436
|
msgid "Uniquely identify you"
|
|
431
437
|
msgstr ""
|
|
432
438
|
|
|
@@ -442,7 +448,7 @@ msgstr ""
|
|
|
442
448
|
msgid "Verify you are human"
|
|
443
449
|
msgstr ""
|
|
444
450
|
|
|
445
|
-
#: src/views/authorize/sign-in/sign-in-form.tsx:
|
|
451
|
+
#: src/views/authorize/sign-in/sign-in-form.tsx:193
|
|
446
452
|
msgid "Warning"
|
|
447
453
|
msgstr ""
|
|
448
454
|
|
|
@@ -458,7 +464,7 @@ msgstr ""
|
|
|
458
464
|
msgid "Wrong identifier or password"
|
|
459
465
|
msgstr ""
|
|
460
466
|
|
|
461
|
-
#: src/views/authorize/authorize-view.tsx:
|
|
467
|
+
#: src/views/authorize/authorize-view.tsx:179
|
|
462
468
|
msgid "You are being redirected..."
|
|
463
469
|
msgstr ""
|
|
464
470
|
|
|
@@ -478,6 +484,7 @@ msgstr ""
|
|
|
478
484
|
msgid "Your account"
|
|
479
485
|
msgstr ""
|
|
480
486
|
|
|
487
|
+
#. placeholder {0}: segment.length ? ( <strong className="text-gray-800 dark:text-gray-200"> {preview} </strong> ) : ( <span aria-hidden className="w-24 rounded-md bg-gray-300 p-2 dark:bg-slate-600" /> )
|
|
481
488
|
#: src/views/authorize/sign-up/sign-up-handle-form.tsx:217
|
|
482
489
|
msgid "Your full username will be: {0}"
|
|
483
490
|
msgstr ""
|