@clerk/localizations 4.6.5-snapshot.v20260516134813 → 4.6.5

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/dist/en-US.js CHANGED
@@ -386,9 +386,9 @@ var enUS = {
386
386
  }
387
387
  },
388
388
  samlOkta: {
389
- title: "Configure Okta Workforce",
390
- subtitle: "Create a new enterprise application in your Okta Dashboard",
389
+ headerTitle: "Configure Okta Workforce",
391
390
  createApp: {
391
+ headerSubtitle: "Create a new enterprise application in your Okta Dashboard",
392
392
  title: "Create a new enterprise application in Okta",
393
393
  step1: "Sign in to Okta and go to <bold>Admin \u2192 Applications.</bold>",
394
394
  step2: "Click <bold>Create App Integration.</bold>",
@@ -407,6 +407,7 @@ var enUS = {
407
407
  step2: "Complete the form with any comments and select <bold>Finish</bold>."
408
408
  },
409
409
  configureAttributes: {
410
+ headerSubtitle: "Map users attributes from Okta to Clerk",
410
411
  step1: "In the Okta dashboard, find the <bold>Attribute Statements</bold> section.",
411
412
  step2: "Select <bold>Add Expression</bold> for each attribute, and enter the following name and expression pairs:",
412
413
  pairs: {
@@ -426,6 +427,7 @@ var enUS = {
426
427
  }
427
428
  },
428
429
  assignUsers: {
430
+ headerSubtitle: "Assign users to the enterprise app",
429
431
  title: "Assign selected user or group in Okta",
430
432
  paragraph: "You need to assign users or groups to your enterprise app before they can use it to sign in.",
431
433
  step1: "In the Okta dashboard, select the <bold>Assignments</bold> tab.",
@@ -435,6 +437,7 @@ var enUS = {
435
437
  step5: "Select the <bold>Done</bold> button to complete the assignment."
436
438
  },
437
439
  metadataUrl: {
440
+ headerSubtitle: "Configure identity provider metadata",
438
441
  label: "Metadata URL",
439
442
  placeholder: "Paste URL here...",
440
443
  description: "In your Okta SAML app, go to the Sign On tab and retrieve the metadata URL. Paste it below."
@@ -465,6 +468,55 @@ var enUS = {
465
468
  fileUploaded: "File uploaded"
466
469
  }
467
470
  }
471
+ },
472
+ samlCustom: {
473
+ headerTitle: "Configure your identity provider (IdP)",
474
+ createApp: {
475
+ headerSubtitle: "Register Clerk as a service provider in your IdP, then add your identity provider configuration.",
476
+ title: "Create a SAML application on your identity provider",
477
+ subtitle: "In your identity provider\u2019s admin dashboard, create a new SAML 2.0 application and use the following service provider details:"
478
+ },
479
+ configureAttributes: {
480
+ headerSubtitle: "Map user attributes from your identity provider to Clerk.",
481
+ title: "We expect your SAML responses to have the following specific attributes:"
482
+ },
483
+ assignUsers: {
484
+ headerSubtitle: "Assign users to the enterprise app",
485
+ title: "Assign selected user or group",
486
+ paragraph: "You need to assign users or groups to your enterprise app before they can use it to sign in."
487
+ },
488
+ metadataUrl: {
489
+ headerSubtitle: "Configure identity provider metadata",
490
+ label: "Metadata URL",
491
+ placeholder: "Paste URL here...",
492
+ description: "In your enterprise app, retrieve the metadata URL. Paste it below."
493
+ },
494
+ modes: {
495
+ ariaLabel: "Configuration mode",
496
+ metadataUrl: "Add via metadata",
497
+ manual: "Configure manually"
498
+ },
499
+ submitSamlConfig: {
500
+ title: "Fill in your SAML application details"
501
+ },
502
+ manual: {
503
+ description: "In your SAML app, retrieve these values.",
504
+ signOnUrl: {
505
+ label: "Sign on URL",
506
+ placeholder: "Paste URL here..."
507
+ },
508
+ issuer: {
509
+ label: "Issuer",
510
+ placeholder: "Paste URL here..."
511
+ },
512
+ signingCertificate: {
513
+ label: "Signing certificate",
514
+ uploadFile: "Upload file",
515
+ replaceFile: "Replace file",
516
+ removeFile: "Remove file",
517
+ fileUploaded: "File uploaded"
518
+ }
519
+ }
468
520
  }
469
521
  }
470
522
  },