This commit is contained in:
Jamie Curnow 2023-03-05 22:37:54 +10:00
parent 6df4ea4d69
commit 15e4900133
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E
4 changed files with 22 additions and 2 deletions

View File

@ -445,5 +445,11 @@
}, },
"view-only": { "view-only": {
"defaultMessage": "Nur anschauen" "defaultMessage": "Nur anschauen"
},
"wildcards-not-permitted": {
"defaultMessage": "Wildcards not permitted for this type"
},
"wildcards-not-supported": {
"defaultMessage": "Wildcards not supported for this CA"
} }
} }

View File

@ -623,6 +623,9 @@
"status.ok": { "status.ok": {
"defaultMessage": "OK" "defaultMessage": "OK"
}, },
"status.provided": {
"defaultMessage": "Provided"
},
"status.ready": { "status.ready": {
"defaultMessage": "Ready" "defaultMessage": "Ready"
}, },
@ -724,5 +727,11 @@
}, },
"view-only": { "view-only": {
"defaultMessage": "View Only" "defaultMessage": "View Only"
},
"wildcards-not-permitted": {
"defaultMessage": "Wildcards not permitted for this type"
},
"wildcards-not-supported": {
"defaultMessage": "Wildcards not supported for this CA"
} }
} }

View File

@ -448,5 +448,11 @@
}, },
"view-only": { "view-only": {
"defaultMessage": "مشاهده فقط" "defaultMessage": "مشاهده فقط"
},
"wildcards-not-permitted": {
"defaultMessage": "Wildcards not permitted for this type"
},
"wildcards-not-supported": {
"defaultMessage": "Wildcards not supported for this CA"
} }
} }

View File

@ -12,8 +12,7 @@ import {
useColorModeValue, useColorModeValue,
useToast, useToast,
} from "@chakra-ui/react"; } from "@chakra-ui/react";
import { LocalePicker, PrettyButton } from "components"; import { LocalePicker, PrettyButton, ThemeSwitcher } from "components";
import { ThemeSwitcher } from "components/ThemeSwitcher";
import { useAuthState } from "context"; import { useAuthState } from "context";
import { Formik, Form, Field } from "formik"; import { Formik, Form, Field } from "formik";
import { intl } from "locale"; import { intl } from "locale";