@clerk/localizations 3.16.5-snapshot.v20250613203834 → 3.16.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/de-DE.js +40 -0
- package/dist/de-DE.js.map +1 -1
- package/dist/de-DE.mjs +40 -0
- package/dist/de-DE.mjs.map +1 -1
- package/dist/en-US.js +81 -1
- package/dist/en-US.js.map +1 -1
- package/dist/en-US.mjs +81 -1
- package/dist/en-US.mjs.map +1 -1
- package/dist/index.js +121 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +121 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
@@ -6535,6 +6535,28 @@ var daDK = {
|
|
6535
6535
|
// src/de-DE.ts
|
6536
6536
|
var deDE = {
|
6537
6537
|
locale: "de-DE",
|
6538
|
+
apiKeys: {
|
6539
|
+
action__add: "Neuen API-Key hinzuf\xFCgen",
|
6540
|
+
action__search: "Suche",
|
6541
|
+
dates: {
|
6542
|
+
lastUsed__days: void 0,
|
6543
|
+
lastUsed__hours: void 0,
|
6544
|
+
lastUsed__minutes: void 0,
|
6545
|
+
lastUsed__months: void 0,
|
6546
|
+
lastUsed__seconds: void 0,
|
6547
|
+
lastUsed__years: void 0
|
6548
|
+
},
|
6549
|
+
detailsTitle__emptyRow: "Keine API-Keys gefunden",
|
6550
|
+
formButtonPrimary__add: "API-Key erstellen",
|
6551
|
+
formHint: "Geben Sie einen Namen an, um einen API-Key zu erstellen. Sie k\xF6nnen ihn jederzeit widerrufen.",
|
6552
|
+
formTitle: "Neuen API-Key hinzuf\xFCgen",
|
6553
|
+
menuAction__revoke: "API-Key widerrufen",
|
6554
|
+
revokeConfirmation: {
|
6555
|
+
formButtonPrimary__revoke: "API-Key widerrufen",
|
6556
|
+
formHint: "Sind Sie sicher, dass Sie diesen API-Key l\xF6schen wollen?",
|
6557
|
+
formTitle: 'API-Key "{{apiKeyName}}" widerrufen?'
|
6558
|
+
}
|
6559
|
+
},
|
6538
6560
|
backButton: "Zur\xFCck",
|
6539
6561
|
badge__activePlan: "Aktiv",
|
6540
6562
|
badge__canceledEndsAt: "Storniert \u2022 Endet am {{ date | shortDate('de-DE') }}",
|
@@ -6583,6 +6605,7 @@ var deDE = {
|
|
6583
6605
|
title__paymentSuccessful: "Zahlung erfolgreich!",
|
6584
6606
|
title__subscriptionSuccessful: "Geschafft!"
|
6585
6607
|
},
|
6608
|
+
credit: void 0,
|
6586
6609
|
creditRemainder: "Verbleibendes Guthaben f\xFCr den restlichen Abrechnungszeitraum.",
|
6587
6610
|
defaultFreePlanActive: "Sie nutzen aktuell den kostenlosen Plan.",
|
6588
6611
|
free: "Kostenlos",
|
@@ -6654,6 +6677,9 @@ var deDE = {
|
|
6654
6677
|
formFieldError__verificationLinkExpired: "Der Best\xE4tigungslink ist abgelaufen. Bitte fordern Sie einen neuen Link an.",
|
6655
6678
|
formFieldHintText__optional: "Optional",
|
6656
6679
|
formFieldHintText__slug: "Der Slug ist eine f\xFCr Menschen lesbare ID. Sie muss einzigartig sein und wird oft in URLs verwendet.",
|
6680
|
+
formFieldInputPlaceholder__apiKeyDescription: "Geben Sie eine Beschreibung an",
|
6681
|
+
formFieldInputPlaceholder__apiKeyExpirationDate: "Geben Sie ein Ablaufdatum an",
|
6682
|
+
formFieldInputPlaceholder__apiKeyName: "Geben Sie einen Namen an",
|
6657
6683
|
formFieldInputPlaceholder__backupCode: "Sicherheitscode eingeben",
|
6658
6684
|
formFieldInputPlaceholder__confirmDeletionUserAccount: "Konto l\xF6schen",
|
6659
6685
|
formFieldInputPlaceholder__emailAddress: "E-Mail-Adresse eingeben",
|
@@ -6668,6 +6694,10 @@ var deDE = {
|
|
6668
6694
|
formFieldInputPlaceholder__password: "Passwort eingeben",
|
6669
6695
|
formFieldInputPlaceholder__phoneNumber: "Telefonnummer eingeben",
|
6670
6696
|
formFieldInputPlaceholder__username: "Benutzername eingeben",
|
6697
|
+
formFieldLabel__apiKeyDescription: "Beschreibung",
|
6698
|
+
formFieldLabel__apiKeyExpiration: "Ablaufdatum",
|
6699
|
+
formFieldLabel__apiKeyExpirationDate: "Datum ausw\xE4hlen",
|
6700
|
+
formFieldLabel__apiKeyName: "Name",
|
6671
6701
|
formFieldLabel__automaticInvitations: "Aktivieren Sie automatische Einladungen f\xFCr diese Domain",
|
6672
6702
|
formFieldLabel__backupCode: "Sicherungscode",
|
6673
6703
|
formFieldLabel__confirmDeletion: "Best\xE4tigung",
|
@@ -6711,6 +6741,9 @@ var deDE = {
|
|
6711
6741
|
titleWithoutPersonal: "Organisation ausw\xE4hlen"
|
6712
6742
|
},
|
6713
6743
|
organizationProfile: {
|
6744
|
+
apiKeysPage: {
|
6745
|
+
title: "API-Keys"
|
6746
|
+
},
|
6714
6747
|
badge__automaticInvitation: "Automatische Einladungen",
|
6715
6748
|
badge__automaticSuggestion: "Automatische Vorschl\xE4ge",
|
6716
6749
|
badge__manualInvitation: "Keine automatische Aufnahme",
|
@@ -6734,6 +6767,7 @@ var deDE = {
|
|
6734
6767
|
title: "Zahlungsmethoden"
|
6735
6768
|
},
|
6736
6769
|
start: {
|
6770
|
+
headerTitle__payments: void 0,
|
6737
6771
|
headerTitle__plans: "Pl\xE4ne",
|
6738
6772
|
headerTitle__statements: "Abrechnungen",
|
6739
6773
|
headerTitle__subscriptions: "Abonnements"
|
@@ -6804,6 +6838,7 @@ var deDE = {
|
|
6804
6838
|
}
|
6805
6839
|
},
|
6806
6840
|
navbar: {
|
6841
|
+
apiKeys: "API-Keys",
|
6807
6842
|
billing: "Abrechnung",
|
6808
6843
|
description: "Verwalten Sie ihre Organisation.",
|
6809
6844
|
general: "Allgemein",
|
@@ -7308,6 +7343,9 @@ var deDE = {
|
|
7308
7343
|
action__signOutAll: "Melden Sie sich von allen Konten ab"
|
7309
7344
|
},
|
7310
7345
|
userProfile: {
|
7346
|
+
apiKeysPage: {
|
7347
|
+
title: "API-Keys"
|
7348
|
+
},
|
7311
7349
|
backupCodePage: {
|
7312
7350
|
actionLabel__copied: "Kopiert!",
|
7313
7351
|
actionLabel__copy: "Kopiere alle",
|
@@ -7340,6 +7378,7 @@ var deDE = {
|
|
7340
7378
|
title: "Zahlungsmethoden"
|
7341
7379
|
},
|
7342
7380
|
start: {
|
7381
|
+
headerTitle__payments: void 0,
|
7343
7382
|
headerTitle__plans: "Pl\xE4ne",
|
7344
7383
|
headerTitle__statements: "Abrechnungen",
|
7345
7384
|
headerTitle__subscriptions: "Abonnements"
|
@@ -7455,6 +7494,7 @@ var deDE = {
|
|
7455
7494
|
mobileButton__menu: "Men\xFC",
|
7456
7495
|
navbar: {
|
7457
7496
|
account: "Profil",
|
7497
|
+
apiKeys: "API-Keys",
|
7458
7498
|
billing: "Abrechnung",
|
7459
7499
|
description: "Verwalten Sie Ihre Kontoinformationen.",
|
7460
7500
|
security: "Sicherheit",
|
@@ -8713,6 +8753,28 @@ var elGR = {
|
|
8713
8753
|
// src/en-US.ts
|
8714
8754
|
var enUS = {
|
8715
8755
|
locale: "en-US",
|
8756
|
+
apiKeys: {
|
8757
|
+
action__add: "Add new key",
|
8758
|
+
action__search: "Search keys",
|
8759
|
+
dates: {
|
8760
|
+
lastUsed__days: "{{days}}d ago",
|
8761
|
+
lastUsed__hours: "{{hours}}h ago",
|
8762
|
+
lastUsed__minutes: "{{minutes}}m ago",
|
8763
|
+
lastUsed__months: "{{months}}mo ago",
|
8764
|
+
lastUsed__seconds: "{{seconds}}s ago",
|
8765
|
+
lastUsed__years: "{{years}}y ago"
|
8766
|
+
},
|
8767
|
+
detailsTitle__emptyRow: "No API keys found",
|
8768
|
+
formButtonPrimary__add: "Create key",
|
8769
|
+
formHint: "Provide a name to generate a new key. You\u2019ll be able to revoke it anytime.",
|
8770
|
+
formTitle: "Add new API key",
|
8771
|
+
menuAction__revoke: "Revoke key",
|
8772
|
+
revokeConfirmation: {
|
8773
|
+
formButtonPrimary__revoke: "Revoke key",
|
8774
|
+
formHint: "Are you sure you want to delete this Secret key?",
|
8775
|
+
formTitle: 'Revoke "{{apiKeyName}}" secret key?'
|
8776
|
+
}
|
8777
|
+
},
|
8716
8778
|
backButton: "Back",
|
8717
8779
|
badge__activePlan: "Active",
|
8718
8780
|
badge__canceledEndsAt: "Canceled \u2022 Ends {{ date | shortDate('en-US') }}",
|
@@ -8801,6 +8863,7 @@ var enUS = {
|
|
8801
8863
|
switchPlan: "Switch to this plan",
|
8802
8864
|
switchToAnnual: "Switch to annual",
|
8803
8865
|
switchToMonthly: "Switch to monthly",
|
8866
|
+
totalDue: "Total due",
|
8804
8867
|
totalDueToday: "Total Due Today",
|
8805
8868
|
viewFeatures: "View features",
|
8806
8869
|
year: "Year"
|
@@ -8834,6 +8897,9 @@ var enUS = {
|
|
8834
8897
|
formFieldError__verificationLinkExpired: "The verification link expired. Please request a new link.",
|
8835
8898
|
formFieldHintText__optional: "Optional",
|
8836
8899
|
formFieldHintText__slug: "A slug is a human-readable ID that must be unique. It\u2019s often used in URLs.",
|
8900
|
+
formFieldInputPlaceholder__apiKeyDescription: "Enter your secret key description",
|
8901
|
+
formFieldInputPlaceholder__apiKeyExpirationDate: "Enter expiration date",
|
8902
|
+
formFieldInputPlaceholder__apiKeyName: "Enter your secret key name",
|
8837
8903
|
formFieldInputPlaceholder__backupCode: "Enter backup code",
|
8838
8904
|
formFieldInputPlaceholder__confirmDeletionUserAccount: "Delete account",
|
8839
8905
|
formFieldInputPlaceholder__emailAddress: "Enter your email address",
|
@@ -8848,6 +8914,10 @@ var enUS = {
|
|
8848
8914
|
formFieldInputPlaceholder__password: "Enter your password",
|
8849
8915
|
formFieldInputPlaceholder__phoneNumber: "Enter your phone number",
|
8850
8916
|
formFieldInputPlaceholder__username: void 0,
|
8917
|
+
formFieldLabel__apiKeyDescription: "Description",
|
8918
|
+
formFieldLabel__apiKeyExpiration: "Expiration",
|
8919
|
+
formFieldLabel__apiKeyExpirationDate: "Select date",
|
8920
|
+
formFieldLabel__apiKeyName: "Name",
|
8851
8921
|
formFieldLabel__automaticInvitations: "Enable automatic invitations for this domain",
|
8852
8922
|
formFieldLabel__backupCode: "Backup code",
|
8853
8923
|
formFieldLabel__confirmDeletion: "Confirmation",
|
@@ -8891,11 +8961,21 @@ var enUS = {
|
|
8891
8961
|
titleWithoutPersonal: "Choose an organization"
|
8892
8962
|
},
|
8893
8963
|
organizationProfile: {
|
8964
|
+
apiKeysPage: {
|
8965
|
+
title: "API Keys"
|
8966
|
+
},
|
8894
8967
|
badge__automaticInvitation: "Automatic invitations",
|
8895
8968
|
badge__automaticSuggestion: "Automatic suggestions",
|
8896
8969
|
badge__manualInvitation: "No automatic enrollment",
|
8897
8970
|
badge__unverified: "Unverified",
|
8898
8971
|
billingPage: {
|
8972
|
+
paymentHistorySection: {
|
8973
|
+
empty: "No payment history",
|
8974
|
+
tableHeader__date: "Date",
|
8975
|
+
tableHeader__amount: "Amount",
|
8976
|
+
tableHeader__status: "Status",
|
8977
|
+
notFound: "Payment attempt not found"
|
8978
|
+
},
|
8899
8979
|
paymentSourcesSection: {
|
8900
8980
|
actionLabel__default: "Make default",
|
8901
8981
|
actionLabel__remove: "Remove",
|
@@ -8917,11 +8997,25 @@ var enUS = {
|
|
8917
8997
|
headerTitle__payments: "Payments",
|
8918
8998
|
headerTitle__plans: "Plans",
|
8919
8999
|
headerTitle__statements: "Statements",
|
8920
|
-
headerTitle__subscriptions: "
|
9000
|
+
headerTitle__subscriptions: "Subscription"
|
9001
|
+
},
|
9002
|
+
statementsSection: {
|
9003
|
+
empty: "No statements to display",
|
9004
|
+
itemCaption__paidForPlan: "Paid for {{plan}} {{period}} plan",
|
9005
|
+
itemCaption__proratedCredit: "Prorated credit for partial usage of previous subscription",
|
9006
|
+
itemCaption__subscribedAndPaidForPlan: "Subscribed and paid for {{plan}} {{period}} plan",
|
9007
|
+
notFound: "Statement not found",
|
9008
|
+
tableHeader__date: "Date",
|
9009
|
+
tableHeader__amount: "Amount",
|
9010
|
+
title: "Statements",
|
9011
|
+
totalPaid: "Total paid"
|
8921
9012
|
},
|
8922
9013
|
subscriptionsListSection: {
|
8923
9014
|
actionLabel__newSubscription: "Subscribe to a plan",
|
8924
9015
|
actionLabel__switchPlan: "Switch plans",
|
9016
|
+
tableHeader__plan: "Plan",
|
9017
|
+
tableHeader__startDate: "Start date",
|
9018
|
+
tableHeader__edit: "Edit",
|
8925
9019
|
title: "Subscription"
|
8926
9020
|
},
|
8927
9021
|
subscriptionsSection: {
|
@@ -8985,6 +9079,7 @@ var enUS = {
|
|
8985
9079
|
}
|
8986
9080
|
},
|
8987
9081
|
navbar: {
|
9082
|
+
apiKeys: "API Keys",
|
8988
9083
|
billing: "Billing",
|
8989
9084
|
description: "Manage your organization.",
|
8990
9085
|
general: "General",
|
@@ -9489,6 +9584,9 @@ var enUS = {
|
|
9489
9584
|
action__signOutAll: "Sign out of all accounts"
|
9490
9585
|
},
|
9491
9586
|
userProfile: {
|
9587
|
+
apiKeysPage: {
|
9588
|
+
title: "API Keys"
|
9589
|
+
},
|
9492
9590
|
backupCodePage: {
|
9493
9591
|
actionLabel__copied: "Copied!",
|
9494
9592
|
actionLabel__copy: "Copy all",
|
@@ -9503,6 +9601,13 @@ var enUS = {
|
|
9503
9601
|
title__codelist: "Backup codes"
|
9504
9602
|
},
|
9505
9603
|
billingPage: {
|
9604
|
+
paymentHistorySection: {
|
9605
|
+
empty: "No payment history",
|
9606
|
+
tableHeader__date: "Date",
|
9607
|
+
tableHeader__amount: "Amount",
|
9608
|
+
tableHeader__status: "Status",
|
9609
|
+
notFound: "Payment attempt not found"
|
9610
|
+
},
|
9506
9611
|
paymentSourcesSection: {
|
9507
9612
|
actionLabel__default: "Make default",
|
9508
9613
|
actionLabel__remove: "Remove",
|
@@ -9526,9 +9631,23 @@ var enUS = {
|
|
9526
9631
|
headerTitle__statements: "Statements",
|
9527
9632
|
headerTitle__subscriptions: "Subscription"
|
9528
9633
|
},
|
9634
|
+
statementsSection: {
|
9635
|
+
empty: "No statements to display",
|
9636
|
+
itemCaption__paidForPlan: "Paid for {{plan}} {{period}} plan",
|
9637
|
+
itemCaption__proratedCredit: "Prorated credit for partial usage of previous subscription",
|
9638
|
+
itemCaption__subscribedAndPaidForPlan: "Subscribed and paid for {{plan}} {{period}} plan",
|
9639
|
+
notFound: "Statement not found",
|
9640
|
+
tableHeader__date: "Date",
|
9641
|
+
tableHeader__amount: "Amount",
|
9642
|
+
title: "Statements",
|
9643
|
+
totalPaid: "Total paid"
|
9644
|
+
},
|
9529
9645
|
subscriptionsListSection: {
|
9530
9646
|
actionLabel__newSubscription: "Subscribe to a plan",
|
9531
9647
|
actionLabel__switchPlan: "Switch plans",
|
9648
|
+
tableHeader__plan: "Plan",
|
9649
|
+
tableHeader__startDate: "Start date",
|
9650
|
+
tableHeader__edit: "Edit",
|
9532
9651
|
title: "Subscription"
|
9533
9652
|
},
|
9534
9653
|
subscriptionsSection: {
|
@@ -9637,6 +9756,7 @@ var enUS = {
|
|
9637
9756
|
mobileButton__menu: "Menu",
|
9638
9757
|
navbar: {
|
9639
9758
|
account: "Profile",
|
9759
|
+
apiKeys: "API keys",
|
9640
9760
|
billing: "Billing",
|
9641
9761
|
description: "Manage your account info.",
|
9642
9762
|
security: "Security",
|