@@ -14,7 +14,6 @@ import type { LocalizationResource } from '@clerk/types';
14
14
15
15
export const elGR : LocalizationResource = {
16
16
locale : 'el-GR' ,
17
- __experimental_formFieldLabel__passkeyName : undefined ,
18
17
backButton : 'Πίσω' ,
19
18
badge__default : 'Προεπιλογή' ,
20
19
badge__otherImpersonatorDevice : 'Άλλη συσκευή υποδυόμενου' ,
@@ -95,6 +94,7 @@ export const elGR: LocalizationResource = {
95
94
action__signOut : 'Αποσύνδεση' ,
96
95
title : 'Είστε συνδεδεμένος ως {{identifier}}' ,
97
96
} ,
97
+ maintenanceMode : undefined ,
98
98
membershipRole__admin : 'Διαχειριστής' ,
99
99
membershipRole__basicMember : 'Μέλος' ,
100
100
membershipRole__guestMember : 'Επισκέπτης' ,
@@ -488,9 +488,9 @@ export const elGR: LocalizationResource = {
488
488
not_allowed_access : '' ,
489
489
passkey_already_exists : undefined ,
490
490
passkey_not_supported : undefined ,
491
+ passkey_pa_not_supported : undefined ,
491
492
passkey_registration_cancelled : undefined ,
492
493
passkey_retrieval_cancelled : undefined ,
493
- passkey_pa_not_supported : undefined ,
494
494
passwordComplexity : {
495
495
maximumLength : 'λιγότερους από {{length}} χαρακτήρες' ,
496
496
minimumLength : '{{length}} ή περισσότερους χαρακτήρες' ,
@@ -551,14 +551,6 @@ export const elGR: LocalizationResource = {
551
551
action__signOutAll : 'Αποσύνδεση από όλους τους λογαριασμούς' ,
552
552
} ,
553
553
userProfile : {
554
- __experimental_passkeyScreen : {
555
- removeResource : {
556
- messageLine1 : undefined ,
557
- title : undefined ,
558
- } ,
559
- subtitle__rename : undefined ,
560
- title__rename : undefined ,
561
- } ,
562
554
backupCodePage : {
563
555
actionLabel__copied : 'Αντιγράφηκαν!' ,
564
556
actionLabel__copy : 'Αντιγραφή όλων' ,
@@ -726,11 +718,6 @@ export const elGR: LocalizationResource = {
726
718
title : 'Ενημέρωση προφίλ' ,
727
719
} ,
728
720
start : {
729
- __experimental_passkeysSection : {
730
- menuAction__destructive : undefined ,
731
- menuAction__rename : undefined ,
732
- title : undefined ,
733
- } ,
734
721
activeDevicesSection : {
735
722
destructiveAction : 'Αποσύνδεση από τη συσκευή' ,
736
723
title : 'Ενεργές συσκευές' ,
0 commit comments