Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/eleven-pigs-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/localizations": patch
---

Generate placeholder API keys locales
94 changes: 94 additions & 0 deletions packages/localizations/src/ar-SA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,39 @@ import type { LocalizationResource } from '@clerk/types';

export const arSA: LocalizationResource = {
locale: 'ar-SA',
apiKeys: {
action__add: undefined,
action__search: undefined,
createdAndExpirationStatus__expiresOn: undefined,
createdAndExpirationStatus__never: undefined,
detailsTitle__emptyRow: undefined,
formButtonPrimary__add: undefined,
formFieldCaption__expiration__expiresOn: undefined,
formFieldCaption__expiration__never: undefined,
formFieldOption__expiration__180d: undefined,
formFieldOption__expiration__1d: undefined,
formFieldOption__expiration__1y: undefined,
formFieldOption__expiration__30d: undefined,
formFieldOption__expiration__60d: undefined,
formFieldOption__expiration__7d: undefined,
formFieldOption__expiration__90d: undefined,
formFieldOption__expiration__never: undefined,
formHint: undefined,
formTitle: undefined,
lastUsed__days: undefined,
lastUsed__hours: undefined,
lastUsed__minutes: undefined,
lastUsed__months: undefined,
lastUsed__seconds: undefined,
lastUsed__years: undefined,
menuAction__revoke: undefined,
revokeConfirmation: {
confirmationText: undefined,
formButtonPrimary__revoke: undefined,
formHint: undefined,
formTitle: undefined,
},
},
backButton: 'الرجوع',
badge__activePlan: undefined,
badge__canceledEndsAt: undefined,
Expand Down Expand Up @@ -57,11 +90,13 @@ export const arSA: LocalizationResource = {
title__subscriptionBegins: undefined,
title__totalPaid: undefined,
},
pastDueNotice: undefined,
perMonth: undefined,
title: undefined,
title__paymentSuccessful: undefined,
title__subscriptionSuccessful: undefined,
},
credit: undefined,
creditRemainder: undefined,
defaultFreePlanActive: undefined,
free: undefined,
Expand Down Expand Up @@ -100,6 +135,7 @@ export const arSA: LocalizationResource = {
switchPlan: undefined,
switchToAnnual: undefined,
switchToMonthly: undefined,
totalDue: undefined,
totalDueToday: undefined,
viewFeatures: undefined,
year: undefined,
Expand Down Expand Up @@ -134,6 +170,9 @@ export const arSA: LocalizationResource = {
formFieldHintText__optional: 'إختياري',
formFieldHintText__slug:
'(slug) هو معرف يمكن قراءته بواسطة الإنسان ويجب أن يكون فريدًا. غالبًا ما يتم استخدامه في الروابط الإلكترونية.',
formFieldInputPlaceholder__apiKeyDescription: undefined,
formFieldInputPlaceholder__apiKeyExpirationDate: undefined,
formFieldInputPlaceholder__apiKeyName: undefined,
formFieldInputPlaceholder__backupCode: undefined,
formFieldInputPlaceholder__confirmDeletionUserAccount: 'حذف الحساب',
formFieldInputPlaceholder__emailAddress: undefined,
Expand All @@ -148,6 +187,9 @@ export const arSA: LocalizationResource = {
formFieldInputPlaceholder__password: undefined,
formFieldInputPlaceholder__phoneNumber: undefined,
formFieldInputPlaceholder__username: undefined,
formFieldLabel__apiKeyDescription: undefined,
formFieldLabel__apiKeyExpiration: undefined,
formFieldLabel__apiKeyName: undefined,
formFieldLabel__automaticInvitations: 'تمكين الدعوة الأوتماتكية لهذا النطاق',
formFieldLabel__backupCode: 'الرمز الأحتياطي',
formFieldLabel__confirmDeletion: 'تأكيد',
Expand Down Expand Up @@ -192,11 +234,21 @@ export const arSA: LocalizationResource = {
titleWithoutPersonal: 'أختر منظمة',
},
organizationProfile: {
apiKeysPage: {
title: undefined,
},
badge__automaticInvitation: 'دعوات تلقائية',
badge__automaticSuggestion: 'أقتراحات تلقائية',
badge__manualInvitation: 'ليس هناك تسجيل تلقائي',
badge__unverified: 'لم يتم التحقق منها',
billingPage: {
paymentHistorySection: {
empty: undefined,
notFound: undefined,
tableHeader__amount: undefined,
tableHeader__date: undefined,
tableHeader__status: undefined,
},
paymentSourcesSection: {
actionLabel__default: undefined,
actionLabel__remove: undefined,
Expand All @@ -215,13 +267,28 @@ export const arSA: LocalizationResource = {
title: undefined,
},
start: {
headerTitle__payments: undefined,
headerTitle__plans: undefined,
headerTitle__statements: undefined,
headerTitle__subscriptions: undefined,
},
statementsSection: {
empty: undefined,
itemCaption__paidForPlan: undefined,
itemCaption__proratedCredit: undefined,
itemCaption__subscribedAndPaidForPlan: undefined,
notFound: undefined,
tableHeader__amount: undefined,
tableHeader__date: undefined,
title: undefined,
totalPaid: undefined,
},
subscriptionsListSection: {
actionLabel__newSubscription: undefined,
actionLabel__switchPlan: undefined,
tableHeader__edit: undefined,
tableHeader__plan: undefined,
tableHeader__startDate: undefined,
title: undefined,
},
subscriptionsSection: {
Expand Down Expand Up @@ -288,6 +355,7 @@ export const arSA: LocalizationResource = {
},
},
navbar: {
apiKeys: undefined,
billing: undefined,
description: 'إدارة منظمتك.',
general: 'عام',
Expand Down Expand Up @@ -802,6 +870,9 @@ export const arSA: LocalizationResource = {
action__signOutAll: 'تسجيل الخروج من جميع الحسابات',
},
userProfile: {
apiKeysPage: {
title: undefined,
},
backupCodePage: {
actionLabel__copied: 'تم النسخ',
actionLabel__copy: 'نسخ الكل',
Expand All @@ -819,6 +890,13 @@ export const arSA: LocalizationResource = {
title__codelist: 'رموز النسخ الأحتياطي',
},
billingPage: {
paymentHistorySection: {
empty: undefined,
notFound: undefined,
tableHeader__amount: undefined,
tableHeader__date: undefined,
tableHeader__status: undefined,
},
paymentSourcesSection: {
actionLabel__default: undefined,
actionLabel__remove: undefined,
Expand All @@ -837,13 +915,28 @@ export const arSA: LocalizationResource = {
title: undefined,
},
start: {
headerTitle__payments: undefined,
headerTitle__plans: undefined,
headerTitle__statements: undefined,
headerTitle__subscriptions: undefined,
},
statementsSection: {
empty: undefined,
itemCaption__paidForPlan: undefined,
itemCaption__proratedCredit: undefined,
itemCaption__subscribedAndPaidForPlan: undefined,
notFound: undefined,
tableHeader__amount: undefined,
tableHeader__date: undefined,
title: undefined,
totalPaid: undefined,
},
subscriptionsListSection: {
actionLabel__newSubscription: undefined,
actionLabel__switchPlan: undefined,
tableHeader__edit: undefined,
tableHeader__plan: undefined,
tableHeader__startDate: undefined,
title: undefined,
},
subscriptionsSection: {
Expand Down Expand Up @@ -957,6 +1050,7 @@ export const arSA: LocalizationResource = {
mobileButton__menu: 'القائمة',
navbar: {
account: 'الملف الشخصي',
apiKeys: undefined,
billing: undefined,
description: 'إدارة معلومات ملفك الشخصي.',
security: 'حماية',
Expand Down
Loading