@clerk/localizations 4.9.2 → 4.9.3-canary.v20260619191037
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.d.mts.map +1 -1
- package/dist/en-US.d.ts.map +1 -1
- package/dist/en-US.js +87 -90
- package/dist/en-US.js.map +1 -1
- package/dist/en-US.mjs +87 -90
- package/dist/en-US.mjs.map +1 -1
- package/package.json +2 -2
package/dist/en-US.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-US.d.mts","names":[],"sources":["../src/en-US.ts"],"mappings":";;;cAEa,IAAA,EAAM,
|
|
1
|
+
{"version":3,"file":"en-US.d.mts","names":[],"sources":["../src/en-US.ts"],"mappings":";;;cAEa,IAAA,EAAM,oBA+kET"}
|
package/dist/en-US.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-US.d.ts","names":[],"sources":["../src/en-US.ts"],"mappings":";;;cAEa,IAAA,EAAM,
|
|
1
|
+
{"version":3,"file":"en-US.d.ts","names":[],"sources":["../src/en-US.ts"],"mappings":";;;cAEa,IAAA,EAAM,oBA+kET"}
|
package/dist/en-US.js
CHANGED
|
@@ -214,47 +214,53 @@ const enUS = {
|
|
|
214
214
|
subtitle: "Your SSO connection is ready. Once activated, anyone signing in with {{domain}} must use your identity provider.",
|
|
215
215
|
title: "SSO connection configured"
|
|
216
216
|
},
|
|
217
|
+
changeProviderDialog: {
|
|
218
|
+
cancelButton: "Cancel",
|
|
219
|
+
confirmButton: "Change provider",
|
|
220
|
+
subtitle: "Switching to {{provider}} will remove your {{currentProvider}} connection and require a new setup.",
|
|
221
|
+
title: "Change provider to {{provider}}"
|
|
222
|
+
},
|
|
217
223
|
configureStep: {
|
|
224
|
+
activeConnectionWarning: {
|
|
225
|
+
title: "This connection is active. Saving changes applies immediately and may disrupt sign-in for current members.",
|
|
226
|
+
dismiss: "Dismiss"
|
|
227
|
+
},
|
|
218
228
|
attributeMappingTable: { badges: {
|
|
219
229
|
optional: "Optional",
|
|
220
230
|
required: "Required"
|
|
221
231
|
} },
|
|
222
232
|
samlCustom: {
|
|
223
233
|
assignUsersStep: {
|
|
224
|
-
headerSubtitle: "Assign users to
|
|
225
|
-
paragraph: "
|
|
226
|
-
title: "Assign selected user or group"
|
|
234
|
+
headerSubtitle: "Assign users or groups to your SAML application",
|
|
235
|
+
paragraph: "Assign users or groups to your app before they can sign in with SSO."
|
|
227
236
|
},
|
|
228
237
|
attributeMappingStep: {
|
|
229
238
|
attributeMappingTable: {
|
|
230
239
|
columns: {
|
|
231
240
|
attributeName: "Attribute Name",
|
|
232
|
-
|
|
241
|
+
userAttribute: "User Attribute"
|
|
233
242
|
},
|
|
234
243
|
rows: {
|
|
235
244
|
email: {
|
|
236
|
-
attributeName: "email",
|
|
237
|
-
|
|
245
|
+
attributeName: "Primary email",
|
|
246
|
+
userAttribute: "mail"
|
|
238
247
|
},
|
|
239
248
|
firstName: {
|
|
240
|
-
attributeName: "
|
|
241
|
-
|
|
249
|
+
attributeName: "First name",
|
|
250
|
+
userAttribute: "firstName"
|
|
242
251
|
},
|
|
243
252
|
lastName: {
|
|
244
|
-
attributeName: "
|
|
245
|
-
|
|
253
|
+
attributeName: "Last name",
|
|
254
|
+
userAttribute: "lastName"
|
|
246
255
|
}
|
|
247
256
|
}
|
|
248
257
|
},
|
|
249
258
|
headerSubtitle: "Map user attributes from your identity provider to your application.",
|
|
250
|
-
paragraph: "
|
|
259
|
+
paragraph: "Your SAML response must include the following attributes:"
|
|
251
260
|
},
|
|
252
261
|
createAppStep: {
|
|
253
|
-
createAppInstructions: {
|
|
254
|
-
|
|
255
|
-
title: "Create a SAML application on your identity provider"
|
|
256
|
-
},
|
|
257
|
-
headerSubtitle: "Create a new enterprise application in your identity provider’s admin dashboard",
|
|
262
|
+
createAppInstructions: { paragraph: "In your identity provider’s dashboard, create a new SAML 2.0 application and use the following service provider details:" },
|
|
263
|
+
headerSubtitle: "Create a new SAML application in your identity provider’s dashboard",
|
|
258
264
|
serviceProviderFields: {
|
|
259
265
|
acsUrl: { label: "Assertion consumer service (ACS) URL" },
|
|
260
266
|
spEntityId: { label: "Service provider entity ID" }
|
|
@@ -263,36 +269,35 @@ const enUS = {
|
|
|
263
269
|
identityProviderMetadataStep: {
|
|
264
270
|
headerSubtitle: "Configure identity provider metadata",
|
|
265
271
|
manual: {
|
|
266
|
-
description: "In your SAML application, retrieve these values.",
|
|
272
|
+
description: "In your identity provider SAML application, retrieve these values.",
|
|
267
273
|
issuer: {
|
|
268
274
|
label: "Issuer",
|
|
269
275
|
placeholder: "Paste URL here..."
|
|
270
276
|
},
|
|
271
277
|
signOnUrl: {
|
|
272
|
-
label: "
|
|
278
|
+
label: "Sign on URL",
|
|
273
279
|
placeholder: "Paste URL here..."
|
|
274
280
|
},
|
|
275
281
|
signingCertificate: {
|
|
276
282
|
fileUploaded: "File uploaded",
|
|
277
|
-
label: "
|
|
283
|
+
label: "Signing certificate",
|
|
278
284
|
removeFile: "Remove file",
|
|
279
285
|
replaceFile: "Replace file",
|
|
280
286
|
uploadFile: "Upload file"
|
|
281
287
|
}
|
|
282
288
|
},
|
|
283
289
|
metadataUrl: {
|
|
284
|
-
description: "In your
|
|
290
|
+
description: "In your identity provider SAML application, retrieve the metadata URL. Paste it below.",
|
|
285
291
|
label: "Metadata URL",
|
|
286
292
|
placeholder: "Paste URL here..."
|
|
287
293
|
},
|
|
288
294
|
modes: {
|
|
289
295
|
ariaLabel: "Configuration ",
|
|
290
296
|
manual: "Configure manually",
|
|
291
|
-
metadataUrl: "Add via metadata"
|
|
292
|
-
title: "Fill in your SAML application details"
|
|
297
|
+
metadataUrl: "Add via metadata"
|
|
293
298
|
}
|
|
294
299
|
},
|
|
295
|
-
mainHeaderTitle: "Configure your identity provider
|
|
300
|
+
mainHeaderTitle: "Configure your identity provider"
|
|
296
301
|
},
|
|
297
302
|
samlGoogle: {
|
|
298
303
|
attributeMappingStep: {
|
|
@@ -333,19 +338,18 @@ const enUS = {
|
|
|
333
338
|
},
|
|
334
339
|
createAppStep: {
|
|
335
340
|
createAppInstructions: {
|
|
336
|
-
step1: "
|
|
337
|
-
step2: "
|
|
338
|
-
step3: "
|
|
339
|
-
step4: "
|
|
340
|
-
|
|
341
|
-
title: "Create a new enterprise application in Google Workspace"
|
|
341
|
+
step1: "In the side navigation, under <bold>Apps</bold>, select <bold>Web and mobile apps.</bold>",
|
|
342
|
+
step2: "Select <bold>Add app</bold>, then <bold>Add custom SAML app.</bold>",
|
|
343
|
+
step3: "Enter an <bold>App name.</bold>",
|
|
344
|
+
step4: "Select <bold>Continue</bold>.",
|
|
345
|
+
title: "In Google Workspace, create a new SAML application:"
|
|
342
346
|
},
|
|
343
|
-
headerSubtitle: "Create a new
|
|
347
|
+
headerSubtitle: "Create a new SAML application in Google Workspace"
|
|
344
348
|
},
|
|
345
349
|
identityProviderMetadataStep: {
|
|
346
|
-
headerSubtitle: "
|
|
350
|
+
headerSubtitle: "Add your Google Workspace application metadata",
|
|
347
351
|
manual: {
|
|
348
|
-
description: "In your Google Workspace
|
|
352
|
+
description: "In your Google Workspace app, retrieve these values.",
|
|
349
353
|
issuer: {
|
|
350
354
|
label: "Entity ID",
|
|
351
355
|
placeholder: "Paste URL here..."
|
|
@@ -363,7 +367,7 @@ const enUS = {
|
|
|
363
367
|
}
|
|
364
368
|
},
|
|
365
369
|
metadataFile: {
|
|
366
|
-
description: "In your Google Workspace
|
|
370
|
+
description: "In your Google Workspace app, download the IdP metadata and upload it below.",
|
|
367
371
|
fileUploaded: "File uploaded",
|
|
368
372
|
label: "IdP metadata",
|
|
369
373
|
removeFile: "Remove file",
|
|
@@ -371,10 +375,9 @@ const enUS = {
|
|
|
371
375
|
uploadFile: "Upload file"
|
|
372
376
|
},
|
|
373
377
|
modes: {
|
|
374
|
-
ariaLabel: "Configuration
|
|
378
|
+
ariaLabel: "Configuration",
|
|
375
379
|
manual: "Configure manually",
|
|
376
|
-
metadataFile: "Add via metadata"
|
|
377
|
-
title: "Fill in your Google Workspace application details"
|
|
380
|
+
metadataFile: "Add via metadata"
|
|
378
381
|
}
|
|
379
382
|
},
|
|
380
383
|
mainHeaderTitle: "Configure Google Workspace",
|
|
@@ -400,6 +403,8 @@ const enUS = {
|
|
|
400
403
|
claimName: "Claim name",
|
|
401
404
|
value: "Value"
|
|
402
405
|
},
|
|
406
|
+
copyClaimName: "Copy claim name",
|
|
407
|
+
copyClaimNameCopied: "Copied",
|
|
403
408
|
rows: {
|
|
404
409
|
email: {
|
|
405
410
|
attribute: "Email address",
|
|
@@ -418,22 +423,18 @@ const enUS = {
|
|
|
418
423
|
}
|
|
419
424
|
}
|
|
420
425
|
},
|
|
421
|
-
headerSubtitle: "
|
|
422
|
-
paragraph: "These are the defaults and probably won't need you to change them. However, many SAML configuration errors are due to incorrect attribute mappings, so it's worth double-checking. Here's how:",
|
|
426
|
+
headerSubtitle: "Set the attributes Microsoft Entra includes in your SAML response",
|
|
423
427
|
step1: "On the <bold>SAML-based Sign-on</bold> page, find the <bold>Attributes & Claims</bold> section.",
|
|
424
|
-
step2: "Select <bold>Edit
|
|
425
|
-
|
|
426
|
-
title: "We expect your SAML responses to have the following specific attributes:"
|
|
428
|
+
step2: "Select <bold>Edit.</bold>",
|
|
429
|
+
title: "Your SAML response must include the following attributes:"
|
|
427
430
|
},
|
|
428
431
|
createAppStep: {
|
|
429
432
|
assignUsersInstructions: {
|
|
430
|
-
paragraph1: "You need to assign users or groups before they can use it to log in.",
|
|
431
433
|
step1: "In the <bold>Getting Started</bold> section, select the <bold>Assign users and groups.</bold>",
|
|
432
434
|
step2: "Select <bold>Add user/group.</bold> You'll be redirected to the <bold>Add Assignment page.</bold>",
|
|
433
435
|
step3: "Select the <bold>None Selected link.</bold>",
|
|
434
|
-
step4: "
|
|
435
|
-
step5: "Select <bold>
|
|
436
|
-
step6: "Select <bold>Assign</bold> at the bottom of the page.",
|
|
436
|
+
step4: "Select <bold>Select</bold> at the bottom of the page. You'll be redirected to the <bold>Add Assignment</bold> page.",
|
|
437
|
+
step5: "Select <bold>Assign</bold>",
|
|
437
438
|
title: "Assign your users or groups in Microsoft"
|
|
438
439
|
},
|
|
439
440
|
createAppInstructions: {
|
|
@@ -448,12 +449,12 @@ const enUS = {
|
|
|
448
449
|
nonGallery: "Select <bold>Integrate any other application you don't find in the gallery (Non-gallery)</bold>."
|
|
449
450
|
}
|
|
450
451
|
},
|
|
451
|
-
title: "Create a new enterprise application
|
|
452
|
+
title: "Create a new enterprise application"
|
|
452
453
|
},
|
|
453
|
-
headerSubtitle: "Create a new enterprise application in your Azure
|
|
454
|
+
headerSubtitle: "Create a new enterprise application in your Azure Portal"
|
|
454
455
|
},
|
|
455
456
|
identityProviderMetadataStep: {
|
|
456
|
-
headerSubtitle: "
|
|
457
|
+
headerSubtitle: "Add your Microsoft Entra application metadata",
|
|
457
458
|
manual: {
|
|
458
459
|
description: "On the <bold>SAML-based Sign-on</bold> page, find the <bold>SAML Certificates</bold> section. Retrieve these values and add them below.",
|
|
459
460
|
issuer: {
|
|
@@ -461,7 +462,7 @@ const enUS = {
|
|
|
461
462
|
placeholder: "Paste URL here..."
|
|
462
463
|
},
|
|
463
464
|
signOnUrl: {
|
|
464
|
-
label: "
|
|
465
|
+
label: "Sign on URL",
|
|
465
466
|
placeholder: "Paste URL here..."
|
|
466
467
|
},
|
|
467
468
|
signingCertificate: {
|
|
@@ -473,15 +474,14 @@ const enUS = {
|
|
|
473
474
|
}
|
|
474
475
|
},
|
|
475
476
|
metadataUrl: {
|
|
476
|
-
description: "On the <bold>SAML-based Sign-on</bold> page, find the <bold>SAML Certificates</bold> section
|
|
477
|
+
description: "On the <bold>SAML-based Sign-on</bold> page, find the <bold>SAML Certificates</bold> section and copy the <bold>App Federation Metadata Url</bold>. Paste below.",
|
|
477
478
|
label: "Metadata URL",
|
|
478
479
|
placeholder: "Paste URL here..."
|
|
479
480
|
},
|
|
480
481
|
modes: {
|
|
481
482
|
ariaLabel: "Configuration ",
|
|
482
483
|
manual: "Configure manually",
|
|
483
|
-
metadataUrl: "Add via metadata"
|
|
484
|
-
title: "Fill in your Microsoft Entra application details"
|
|
484
|
+
metadataUrl: "Add via metadata"
|
|
485
485
|
}
|
|
486
486
|
},
|
|
487
487
|
mainHeaderTitle: "Configure Microsoft Entra",
|
|
@@ -492,26 +492,25 @@ const enUS = {
|
|
|
492
492
|
spEntityId: { label: "Identifier (Entity ID)" }
|
|
493
493
|
},
|
|
494
494
|
step1: "In the side navigation, open the <bold>Manage</bold> dropdown and select Single sign-on.",
|
|
495
|
-
step2: "In the <bold>Select a single sign-on</bold>
|
|
495
|
+
step2: "In the <bold>Select a single sign-on method</bold> section, select <bold>SAML</bold>.",
|
|
496
496
|
step3: "Find the <bold>Basic SAML Configuration</bold> section.",
|
|
497
497
|
step4: "Select <bold>Edit</bold>. The <bold>Basic SAML Configuration</bold> panel will open.",
|
|
498
|
-
step5: "
|
|
498
|
+
step5: "Copy the following values into <bold>Identifier (Entity ID)</bold> and <bold>Reply URL (ACS URL)</bold>:",
|
|
499
499
|
step6: "Select <bold>Save</bold> at the top of the panel. Close the panel.",
|
|
500
|
-
title: "
|
|
500
|
+
title: "Add service provider details"
|
|
501
501
|
}
|
|
502
502
|
},
|
|
503
503
|
samlOkta: {
|
|
504
504
|
assignUsersStep: {
|
|
505
505
|
assignUsersInstructions: {
|
|
506
|
-
paragraph: "
|
|
506
|
+
paragraph: "Assign users or groups to your Okta application before they can sign in with SSO",
|
|
507
507
|
step1: "In the Okta dashboard, select the <bold>Assignments</bold> tab.",
|
|
508
|
-
step2: "
|
|
509
|
-
step3: "
|
|
510
|
-
step4: "
|
|
511
|
-
step5: "
|
|
512
|
-
title: "Assign selected user or group in Okta"
|
|
508
|
+
step2: "Open the <bold>Assign</bold> dropdown and select <bold>Assign to people</bold> or <bold>Assign to groups</bold>.",
|
|
509
|
+
step3: "Search for the user or group to assign.",
|
|
510
|
+
step4: "Click <bold>Assign</bold> next to the user or group.",
|
|
511
|
+
step5: "Click <bold>Done.</bold>"
|
|
513
512
|
},
|
|
514
|
-
headerSubtitle: "Assign users to
|
|
513
|
+
headerSubtitle: "Assign users to your Okta application"
|
|
515
514
|
},
|
|
516
515
|
attributeMappingStep: {
|
|
517
516
|
attributeMappingTable: {
|
|
@@ -534,66 +533,64 @@ const enUS = {
|
|
|
534
533
|
}
|
|
535
534
|
}
|
|
536
535
|
},
|
|
537
|
-
headerSubtitle: "
|
|
538
|
-
paragraph: "
|
|
539
|
-
step1: "
|
|
540
|
-
step2: "Select <bold>Add Expression</bold> for each
|
|
536
|
+
headerSubtitle: "Set the attributes Okta includes in your SAML response",
|
|
537
|
+
paragraph: "Your SAML response must include the following attributes:",
|
|
538
|
+
step1: "In the Okta dashboard, find the <bold>Attribute Statements</bold> section.",
|
|
539
|
+
step2: "Select <bold>Add Expression</bold> for each attribute, and enter the following name and expression pairs:"
|
|
541
540
|
},
|
|
542
541
|
createAppStep: {
|
|
543
542
|
completeSamlIntegrationInstructions: {
|
|
544
|
-
step1: "
|
|
545
|
-
step2: "
|
|
546
|
-
title: "Complete SAML integration"
|
|
543
|
+
step1: "From the options menu, select <bold>This is an internal app that we have created.</bold>",
|
|
544
|
+
step2: "Click <bold>Finish</bold> to complete the integration.",
|
|
545
|
+
title: "Complete the SAML integration"
|
|
547
546
|
},
|
|
548
547
|
createAppInstructions: {
|
|
549
548
|
step1: "Sign in to Okta and go to <bold>Admin → Applications.</bold>",
|
|
550
|
-
step2: "Click <bold>Create App Integration.</bold>",
|
|
551
|
-
step3: "
|
|
552
|
-
step4: "
|
|
553
|
-
|
|
554
|
-
title: "Create a new enterprise application in Okta"
|
|
549
|
+
step2: "Click <bold>Create App Integration.</bold> and select <bold>SAML 2.0.</bold>",
|
|
550
|
+
step3: "Fill in the General Settings. The app name is required.",
|
|
551
|
+
step4: "Click <bold>Next</bold> to finish creating the application.",
|
|
552
|
+
title: "Create a new SAML application in Okta"
|
|
555
553
|
},
|
|
556
|
-
headerSubtitle: "Create a
|
|
554
|
+
headerSubtitle: "Create and configure a SAML application in your Okta Dashboard",
|
|
557
555
|
serviceProviderInstructions: {
|
|
558
|
-
paragraph1: "
|
|
559
|
-
paragraph2: "
|
|
556
|
+
paragraph1: "After completing <bold>General Settings</bold>, you'll see the <bold>Configure SAML</bold> page.",
|
|
557
|
+
paragraph2: "Add these two fields to your Okta application to configure your service provider.",
|
|
560
558
|
serviceProviderFields: {
|
|
561
559
|
acsUrl: { label: "Single sign-on URL" },
|
|
562
560
|
spEntityId: { label: "Audience URI (SP Entity ID)" }
|
|
563
561
|
},
|
|
564
|
-
title: "
|
|
562
|
+
title: "Configure service provider"
|
|
565
563
|
}
|
|
566
564
|
},
|
|
567
565
|
identityProviderMetadataStep: {
|
|
568
|
-
headerSubtitle: "
|
|
566
|
+
headerSubtitle: "Add your Okta application metadata",
|
|
569
567
|
manual: {
|
|
570
|
-
description: "In your Okta SAML
|
|
568
|
+
description: "In your Okta SAML application, go to the Sign On tab and retrieve these values.",
|
|
571
569
|
issuer: {
|
|
572
570
|
label: "Issuer",
|
|
573
571
|
placeholder: "Paste URL here..."
|
|
574
572
|
},
|
|
575
573
|
signOnUrl: {
|
|
576
|
-
label: "
|
|
574
|
+
label: "Sign on URL",
|
|
577
575
|
placeholder: "Paste URL here..."
|
|
578
576
|
},
|
|
579
577
|
signingCertificate: {
|
|
580
578
|
fileUploaded: "File uploaded",
|
|
581
|
-
label: "
|
|
579
|
+
label: "Signing certificate",
|
|
582
580
|
removeFile: "Remove file",
|
|
583
581
|
replaceFile: "Replace file",
|
|
584
582
|
uploadFile: "Upload file"
|
|
585
583
|
}
|
|
586
584
|
},
|
|
587
585
|
metadataUrl: {
|
|
588
|
-
description: "In your Okta SAML
|
|
586
|
+
description: "In your Okta SAML application, go to the Sign On tab and retrieve the metadata URL. Paste it below.",
|
|
589
587
|
label: "Metadata URL",
|
|
590
588
|
placeholder: "Paste URL here..."
|
|
591
589
|
},
|
|
592
590
|
modes: {
|
|
593
|
-
ariaLabel: "Configuration
|
|
591
|
+
ariaLabel: "Configuration",
|
|
594
592
|
manual: "Configure manually",
|
|
595
|
-
metadataUrl: "Add via metadata"
|
|
596
|
-
title: "Fill in your Okta SAML application details"
|
|
593
|
+
metadataUrl: "Add via metadata"
|
|
597
594
|
}
|
|
598
595
|
},
|
|
599
596
|
mainHeaderTitle: "Configure Okta Workforce"
|
|
@@ -651,17 +648,17 @@ const enUS = {
|
|
|
651
648
|
microsoft: "Microsoft Entra (formerly AD)",
|
|
652
649
|
okta: "Okta Workforce"
|
|
653
650
|
},
|
|
654
|
-
subtitle: "
|
|
651
|
+
subtitle: "You'll configure the connection details in the next step",
|
|
655
652
|
title: "Select your identity provider",
|
|
656
653
|
warning: "Once a provider is selected you cannot change again until the configuration is over"
|
|
657
654
|
},
|
|
658
655
|
testConfigurationStep: {
|
|
659
|
-
error__noSuccessfulTestRun: "You need at least one successful test run before you can continue. Generate a test
|
|
660
|
-
subtitle: "
|
|
656
|
+
error__noSuccessfulTestRun: "You need at least one successful test run before you can continue. Generate a test URL and complete the sign-in flow.",
|
|
657
|
+
subtitle: "Sign in through the test URL to verify your SSO connection is configured correctly",
|
|
661
658
|
testResults: {
|
|
662
659
|
actionLabel__refresh: "Refresh logs",
|
|
663
660
|
empty: {
|
|
664
|
-
subtitle: "
|
|
661
|
+
subtitle: "Select <bold>Open test URL</bold> to run your first test",
|
|
665
662
|
title: "No test results"
|
|
666
663
|
},
|
|
667
664
|
polling: "Waiting for the test run to complete…",
|