@@ -14,6 +14,39 @@ import type { LocalizationResource } from '@clerk/types';
14
14
15
15
export const arSA : LocalizationResource = {
16
16
locale : 'ar-SA' ,
17
+ apiKeys : {
18
+ action__add : undefined ,
19
+ action__search : undefined ,
20
+ createdAndExpirationStatus__expiresOn : undefined ,
21
+ createdAndExpirationStatus__never : undefined ,
22
+ detailsTitle__emptyRow : undefined ,
23
+ formButtonPrimary__add : undefined ,
24
+ formFieldCaption__expiration__expiresOn : undefined ,
25
+ formFieldCaption__expiration__never : undefined ,
26
+ formFieldOption__expiration__180d : undefined ,
27
+ formFieldOption__expiration__1d : undefined ,
28
+ formFieldOption__expiration__1y : undefined ,
29
+ formFieldOption__expiration__30d : undefined ,
30
+ formFieldOption__expiration__60d : undefined ,
31
+ formFieldOption__expiration__7d : undefined ,
32
+ formFieldOption__expiration__90d : undefined ,
33
+ formFieldOption__expiration__never : undefined ,
34
+ formHint : undefined ,
35
+ formTitle : undefined ,
36
+ lastUsed__days : undefined ,
37
+ lastUsed__hours : undefined ,
38
+ lastUsed__minutes : undefined ,
39
+ lastUsed__months : undefined ,
40
+ lastUsed__seconds : undefined ,
41
+ lastUsed__years : undefined ,
42
+ menuAction__revoke : undefined ,
43
+ revokeConfirmation : {
44
+ confirmationText : undefined ,
45
+ formButtonPrimary__revoke : undefined ,
46
+ formHint : undefined ,
47
+ formTitle : undefined ,
48
+ } ,
49
+ } ,
17
50
backButton : 'الرجوع' ,
18
51
badge__activePlan : undefined ,
19
52
badge__canceledEndsAt : undefined ,
@@ -57,11 +90,13 @@ export const arSA: LocalizationResource = {
57
90
title__subscriptionBegins : undefined ,
58
91
title__totalPaid : undefined ,
59
92
} ,
93
+ pastDueNotice : undefined ,
60
94
perMonth : undefined ,
61
95
title : undefined ,
62
96
title__paymentSuccessful : undefined ,
63
97
title__subscriptionSuccessful : undefined ,
64
98
} ,
99
+ credit : undefined ,
65
100
creditRemainder : undefined ,
66
101
defaultFreePlanActive : undefined ,
67
102
free : undefined ,
@@ -100,6 +135,7 @@ export const arSA: LocalizationResource = {
100
135
switchPlan : undefined ,
101
136
switchToAnnual : undefined ,
102
137
switchToMonthly : undefined ,
138
+ totalDue : undefined ,
103
139
totalDueToday : undefined ,
104
140
viewFeatures : undefined ,
105
141
year : undefined ,
@@ -134,6 +170,9 @@ export const arSA: LocalizationResource = {
134
170
formFieldHintText__optional : 'إختياري' ,
135
171
formFieldHintText__slug :
136
172
'(slug) هو معرف يمكن قراءته بواسطة الإنسان ويجب أن يكون فريدًا. غالبًا ما يتم استخدامه في الروابط الإلكترونية.' ,
173
+ formFieldInputPlaceholder__apiKeyDescription : undefined ,
174
+ formFieldInputPlaceholder__apiKeyExpirationDate : undefined ,
175
+ formFieldInputPlaceholder__apiKeyName : undefined ,
137
176
formFieldInputPlaceholder__backupCode : undefined ,
138
177
formFieldInputPlaceholder__confirmDeletionUserAccount : 'حذف الحساب' ,
139
178
formFieldInputPlaceholder__emailAddress : undefined ,
@@ -148,6 +187,9 @@ export const arSA: LocalizationResource = {
148
187
formFieldInputPlaceholder__password : undefined ,
149
188
formFieldInputPlaceholder__phoneNumber : undefined ,
150
189
formFieldInputPlaceholder__username : undefined ,
190
+ formFieldLabel__apiKeyDescription : undefined ,
191
+ formFieldLabel__apiKeyExpiration : undefined ,
192
+ formFieldLabel__apiKeyName : undefined ,
151
193
formFieldLabel__automaticInvitations : 'تمكين الدعوة الأوتماتكية لهذا النطاق' ,
152
194
formFieldLabel__backupCode : 'الرمز الأحتياطي' ,
153
195
formFieldLabel__confirmDeletion : 'تأكيد' ,
@@ -192,11 +234,21 @@ export const arSA: LocalizationResource = {
192
234
titleWithoutPersonal : 'أختر منظمة' ,
193
235
} ,
194
236
organizationProfile : {
237
+ apiKeysPage : {
238
+ title : undefined ,
239
+ } ,
195
240
badge__automaticInvitation : 'دعوات تلقائية' ,
196
241
badge__automaticSuggestion : 'أقتراحات تلقائية' ,
197
242
badge__manualInvitation : 'ليس هناك تسجيل تلقائي' ,
198
243
badge__unverified : 'لم يتم التحقق منها' ,
199
244
billingPage : {
245
+ paymentHistorySection : {
246
+ empty : undefined ,
247
+ notFound : undefined ,
248
+ tableHeader__amount : undefined ,
249
+ tableHeader__date : undefined ,
250
+ tableHeader__status : undefined ,
251
+ } ,
200
252
paymentSourcesSection : {
201
253
actionLabel__default : undefined ,
202
254
actionLabel__remove : undefined ,
@@ -215,13 +267,28 @@ export const arSA: LocalizationResource = {
215
267
title : undefined ,
216
268
} ,
217
269
start : {
270
+ headerTitle__payments : undefined ,
218
271
headerTitle__plans : undefined ,
219
272
headerTitle__statements : undefined ,
220
273
headerTitle__subscriptions : undefined ,
221
274
} ,
275
+ statementsSection : {
276
+ empty : undefined ,
277
+ itemCaption__paidForPlan : undefined ,
278
+ itemCaption__proratedCredit : undefined ,
279
+ itemCaption__subscribedAndPaidForPlan : undefined ,
280
+ notFound : undefined ,
281
+ tableHeader__amount : undefined ,
282
+ tableHeader__date : undefined ,
283
+ title : undefined ,
284
+ totalPaid : undefined ,
285
+ } ,
222
286
subscriptionsListSection : {
223
287
actionLabel__newSubscription : undefined ,
224
288
actionLabel__switchPlan : undefined ,
289
+ tableHeader__edit : undefined ,
290
+ tableHeader__plan : undefined ,
291
+ tableHeader__startDate : undefined ,
225
292
title : undefined ,
226
293
} ,
227
294
subscriptionsSection : {
@@ -288,6 +355,7 @@ export const arSA: LocalizationResource = {
288
355
} ,
289
356
} ,
290
357
navbar : {
358
+ apiKeys : undefined ,
291
359
billing : undefined ,
292
360
description : 'إدارة منظمتك.' ,
293
361
general : 'عام' ,
@@ -802,6 +870,9 @@ export const arSA: LocalizationResource = {
802
870
action__signOutAll : 'تسجيل الخروج من جميع الحسابات' ,
803
871
} ,
804
872
userProfile : {
873
+ apiKeysPage : {
874
+ title : undefined ,
875
+ } ,
805
876
backupCodePage : {
806
877
actionLabel__copied : 'تم النسخ' ,
807
878
actionLabel__copy : 'نسخ الكل' ,
@@ -819,6 +890,13 @@ export const arSA: LocalizationResource = {
819
890
title__codelist : 'رموز النسخ الأحتياطي' ,
820
891
} ,
821
892
billingPage : {
893
+ paymentHistorySection : {
894
+ empty : undefined ,
895
+ notFound : undefined ,
896
+ tableHeader__amount : undefined ,
897
+ tableHeader__date : undefined ,
898
+ tableHeader__status : undefined ,
899
+ } ,
822
900
paymentSourcesSection : {
823
901
actionLabel__default : undefined ,
824
902
actionLabel__remove : undefined ,
@@ -837,13 +915,28 @@ export const arSA: LocalizationResource = {
837
915
title : undefined ,
838
916
} ,
839
917
start : {
918
+ headerTitle__payments : undefined ,
840
919
headerTitle__plans : undefined ,
841
920
headerTitle__statements : undefined ,
842
921
headerTitle__subscriptions : undefined ,
843
922
} ,
923
+ statementsSection : {
924
+ empty : undefined ,
925
+ itemCaption__paidForPlan : undefined ,
926
+ itemCaption__proratedCredit : undefined ,
927
+ itemCaption__subscribedAndPaidForPlan : undefined ,
928
+ notFound : undefined ,
929
+ tableHeader__amount : undefined ,
930
+ tableHeader__date : undefined ,
931
+ title : undefined ,
932
+ totalPaid : undefined ,
933
+ } ,
844
934
subscriptionsListSection : {
845
935
actionLabel__newSubscription : undefined ,
846
936
actionLabel__switchPlan : undefined ,
937
+ tableHeader__edit : undefined ,
938
+ tableHeader__plan : undefined ,
939
+ tableHeader__startDate : undefined ,
847
940
title : undefined ,
848
941
} ,
849
942
subscriptionsSection : {
@@ -957,6 +1050,7 @@ export const arSA: LocalizationResource = {
957
1050
mobileButton__menu : 'القائمة' ,
958
1051
navbar : {
959
1052
account : 'الملف الشخصي' ,
1053
+ apiKeys : undefined ,
960
1054
billing : undefined ,
961
1055
description : 'إدارة معلومات ملفك الشخصي.' ,
962
1056
security : 'حماية' ,
0 commit comments