File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 445
445
},
446
446
"view-only" : {
447
447
"defaultMessage" : " Nur anschauen"
448
+ },
449
+ "wildcards-not-permitted" : {
450
+ "defaultMessage" : " Wildcards not permitted for this type"
451
+ },
452
+ "wildcards-not-supported" : {
453
+ "defaultMessage" : " Wildcards not supported for this CA"
448
454
}
449
455
}
Original file line number Diff line number Diff line change 623
623
"status.ok" : {
624
624
"defaultMessage" : " OK"
625
625
},
626
+ "status.provided" : {
627
+ "defaultMessage" : " Provided"
628
+ },
626
629
"status.ready" : {
627
630
"defaultMessage" : " Ready"
628
631
},
724
727
},
725
728
"view-only" : {
726
729
"defaultMessage" : " View Only"
730
+ },
731
+ "wildcards-not-permitted" : {
732
+ "defaultMessage" : " Wildcards not permitted for this type"
733
+ },
734
+ "wildcards-not-supported" : {
735
+ "defaultMessage" : " Wildcards not supported for this CA"
727
736
}
728
737
}
Original file line number Diff line number Diff line change 448
448
},
449
449
"view-only" : {
450
450
"defaultMessage" : " مشاهده فقط"
451
+ },
452
+ "wildcards-not-permitted" : {
453
+ "defaultMessage" : " Wildcards not permitted for this type"
454
+ },
455
+ "wildcards-not-supported" : {
456
+ "defaultMessage" : " Wildcards not supported for this CA"
451
457
}
452
458
}
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ import {
12
12
useColorModeValue ,
13
13
useToast ,
14
14
} from "@chakra-ui/react" ;
15
- import { LocalePicker , PrettyButton } from "components" ;
16
- import { ThemeSwitcher } from "components/ThemeSwitcher" ;
15
+ import { LocalePicker , PrettyButton , ThemeSwitcher } from "components" ;
17
16
import { useAuthState } from "context" ;
18
17
import { Formik , Form , Field } from "formik" ;
19
18
import { intl } from "locale" ;
You can’t perform that action at this time.
0 commit comments