@@ -178,6 +178,18 @@ abstract class ClerkSdkLocalizations {
178
178
/// **'and'**
179
179
String get and;
180
180
181
+ /// No description provided for @authenticatorApp.
182
+ ///
183
+ /// In en, this message translates to:
184
+ /// **'authenticator app'**
185
+ String get authenticatorApp;
186
+
187
+ /// No description provided for @backupCode.
188
+ ///
189
+ /// In en, this message translates to:
190
+ /// **'backup code'**
191
+ String get backupCode;
192
+
181
193
/// No description provided for @cancel.
182
194
///
183
195
/// In en, this message translates to:
@@ -262,6 +274,12 @@ abstract class ClerkSdkLocalizations {
262
274
/// **'FAILED'**
263
275
String get failed;
264
276
277
+ /// No description provided for @firstName.
278
+ ///
279
+ /// In en, this message translates to:
280
+ /// **'first name'**
281
+ String get firstName;
282
+
265
283
/// No description provided for @invalidEmailAddress.
266
284
///
267
285
/// In en, this message translates to:
@@ -280,6 +298,12 @@ abstract class ClerkSdkLocalizations {
280
298
/// **'JWT poorly formatted: {arg}'**
281
299
String jwtPoorlyFormatted (String arg);
282
300
301
+ /// No description provided for @lastName.
302
+ ///
303
+ /// In en, this message translates to:
304
+ /// **'last name'**
305
+ String get lastName;
306
+
283
307
/// No description provided for @loading.
284
308
///
285
309
/// In en, this message translates to:
@@ -382,6 +406,12 @@ abstract class ClerkSdkLocalizations {
382
406
/// **'or'**
383
407
String get or;
384
408
409
+ /// No description provided for @passkey.
410
+ ///
411
+ /// In en, this message translates to:
412
+ /// **'passkey'**
413
+ String get passkey;
414
+
385
415
/// No description provided for @password.
386
416
///
387
417
/// In en, this message translates to:
@@ -394,6 +424,12 @@ abstract class ClerkSdkLocalizations {
394
424
/// **'Password and password confirmation must match'**
395
425
String get passwordAndPasswordConfirmationMustMatch;
396
426
427
+ /// No description provided for @passwordConfirmation.
428
+ ///
429
+ /// In en, this message translates to:
430
+ /// **'password confirmation'**
431
+ String get passwordConfirmation;
432
+
397
433
/// No description provided for @passwordMatchError.
398
434
///
399
435
/// In en, this message translates to:
@@ -490,6 +526,12 @@ abstract class ClerkSdkLocalizations {
490
526
/// **'Sign in by entering a code sent to you by text message'**
491
527
String get signInByEnteringACodeSentToYouByTextMessage;
492
528
529
+ /// No description provided for @signInError.
530
+ ///
531
+ /// In en, this message translates to:
532
+ /// **'Unsupported sign in attempt: {arg}'**
533
+ String signInError (String arg);
534
+
493
535
/// No description provided for @signInTo.
494
536
///
495
537
/// In en, this message translates to:
@@ -580,6 +622,12 @@ abstract class ClerkSdkLocalizations {
580
622
/// **'Verify your phone number'**
581
623
String get verifyYourPhoneNumber;
582
624
625
+ /// No description provided for @web3Wallet.
626
+ ///
627
+ /// In en, this message translates to:
628
+ /// **'web3 wallet'**
629
+ String get web3Wallet;
630
+
583
631
/// No description provided for @welcomeBackPleaseSignInToContinue.
584
632
///
585
633
/// In en, this message translates to:
0 commit comments